blob: 5b0333e642f92278410bc457e1e3fed4b32c2ecc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- hfsplus-1.0.4/src/glob.c.orig 2002-10-09 08:02:31.000000000 -0500
+++ hfsplus-1.0.4/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
|