summaryrefslogtreecommitdiff
path: root/hfsplusutils/hfsplusutils-1.0.4-glob.patch
blob: 776d69ed825d0a80621461e8d6082d93ccb0dddf (plain)
    1 --- a/src/glob.c
    2 +++ b/src/glob.c
    3 @@ -48,7 +48,7 @@
    4  
    5  	switch (*pat)
    6  	{
    7 -	    case NULL:	// pattern at end
    8 +	    case '\0':	// pattern at end
    9  		return (!*str); // String at end ?
   10  
   11  	    case '*':  // match all

Generated by cgit