gentoo-overlay/sys-fs/hfsplusutils/files/hfsplusutils-1.0.4-glob.patch

12 lines
288 B
Diff

--- src/glob.c.orig 2002-10-09 08:02:31.000000000 -0500
+++ src/glob.c 2002-10-09 08:02:46.000000000 -0500
@@ -48,7 +48,7 @@
switch (*pat)
{
- case NULL: // pattern at end
+ case '\0': // pattern at end
return (!*str); // String at end ?
case '*': // match all