1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/replay/files/patch-ac

12 lines
347 B
Plaintext
Raw Normal View History

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