summaryrefslogtreecommitdiff
path: root/hfsplusutils/hfsplusutils-1.0.4-glob.patch
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2019-09-03 23:29:00 +1000
committerDanny Rawlins <monster.romster@gmail.com>2019-09-03 23:29:00 +1000
commit35677d46d2c4b23ecfc9afcab71db43918242b9b (patch)
treeac4008e11d57d5016f99fc8a267e5c7fb1dc871d /hfsplusutils/hfsplusutils-1.0.4-glob.patch
parentb3c6c702f46af2bdb56e4bb955c700fababc6503 (diff)
downloadcontrib-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.patch12
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
+

Generated by cgit