From 09b77723703590a6f787e0dec9355a87f7d57c65 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Tue, 7 Jun 2005 23:38:08 +0000
Subject: [PATCH] Remove GLOB_MARK... seems to mysteriously break stuff.

---
 src/uifc/filepick.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uifc/filepick.c b/src/uifc/filepick.c
index d2f22ae0d5..a5e695224f 100644
--- a/src/uifc/filepick.c
+++ b/src/uifc/filepick.c
@@ -366,7 +366,7 @@ int filepick(uifcapi_t *api, char *title, struct file_pick *fp, char *dir, char
 #else
 //#error Need to do something about root paths (in get_file_opt_list() too!)
 #endif
-		if(glob(dglob, GLOB_MARK, NULL, &dgl)!=0) {
+		if(glob(dglob, 0, NULL, &dgl)!=0) {
 			if(lastpath==NULL) {
 				fp->files=0;
 				retval=-1;
-- 
GitLab