contrib/hfsplusutils/hfsplusutils-1.0.4-glob.patch

13 lines
215 B
Diff
Raw Normal View History

2019-09-03 15:29:00 +02:00
--- 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