diff options
Diffstat (limited to 'audio/replay/files/patch-ac')
-rw-r--r-- | audio/replay/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/replay/files/patch-ac b/audio/replay/files/patch-ac new file mode 100644 index 000000000000..1284ecc26f3f --- /dev/null +++ b/audio/replay/files/patch-ac @@ -0,0 +1,11 @@ +--- replay.c.orig Wed Oct 28 01:34:31 1998 ++++ replay.c Wed Oct 28 01:34:46 1998 +@@ -1163,7 +1163,7 @@ + DPRINT("\tglobbing: "); + DPRINT(buffer2); + DPRINT("\n"); +- if (glob(buffer2, GLOB_ERR, NULL, &match) == GLOB_NOMATCH) { ++ if (glob(buffer2, GLOB_ERR, NULL, &match) == GLOB_NOCHECK) { + DPRINT("\tmatched nothing\n"); + return; + } |