summaryrefslogtreecommitdiff
path: root/audio/replay/files/patch-ac
blob: 1284ecc26f3f4180f9378727dde92aedf5e7e882 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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;
 		}