--- 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