diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2019-09-03 23:29:00 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2019-09-03 23:29:00 +1000 |
commit | 35677d46d2c4b23ecfc9afcab71db43918242b9b (patch) | |
tree | ac4008e11d57d5016f99fc8a267e5c7fb1dc871d /hfsplusutils/hfsplusutils-1.0.4-glob.patch | |
parent | b3c6c702f46af2bdb56e4bb955c700fababc6503 (diff) | |
download | contrib-35677d46d2c4b23ecfc9afcab71db43918242b9b.tar.gz contrib-35677d46d2c4b23ecfc9afcab71db43918242b9b.tar.xz |
hfsplusutils: initial import
Diffstat (limited to 'hfsplusutils/hfsplusutils-1.0.4-glob.patch')
-rw-r--r-- | hfsplusutils/hfsplusutils-1.0.4-glob.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hfsplusutils/hfsplusutils-1.0.4-glob.patch b/hfsplusutils/hfsplusutils-1.0.4-glob.patch new file mode 100644 index 000000000..776d69ed8 --- /dev/null +++ b/hfsplusutils/hfsplusutils-1.0.4-glob.patch @@ -0,0 +1,12 @@ +--- 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 + |