You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-fs/hfsplusutils/files/hfsplusutils-1.0.4-glob.patch

13 lines
215 B

--- a/src/glob.c
+++ b/src/glob.c
@@ -48,7 +48,7 @@
switch (*pat)
{
- case NULL: // pattern at end
+ case '\0': // pattern at end
return (!*str); // String at end ?
case '*': // match all