Files
gentoo/sys-fs/hfsplusutils/files/hfsplusutils-1.0.4-glob.patch
David Seifert 6a4ef322c7 sys-fs/hfsplusutils: Port to EAPI 7, keyword amd64
Package-Manager: Portage-2.3.74, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
2019-09-01 12:21:34 +02:00

13 lines
215 B
Diff

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