From e153c00734ba5407a245ab124ba18720d2970b6e Mon Sep 17 00:00:00 2001
From: Rob Swindell <rob@synchro.net>
Date: Sun, 23 Jan 2022 13:40:00 -0800
Subject: [PATCH] Fix comment for GLOB_MARK

---
 src/xpdev/dirwrap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xpdev/dirwrap.h b/src/xpdev/dirwrap.h
index dce4345f21..531cd675f3 100644
--- a/src/xpdev/dirwrap.h
+++ b/src/xpdev/dirwrap.h
@@ -84,7 +84,7 @@ extern "C" {
 
 	/* Bits set in the FLAGS argument to `glob'.  */
 	#define GLOB_ERR        (1 << 0)	/* Return on read errors.  */
-	#define GLOB_MARK       (1 << 1)	/* Append a slash to each name.  */
+	#define GLOB_MARK       (1 << 1)	/* Append a slash to each path which corresponds to a directory. */
 	#define GLOB_NOSORT     (1 << 2)	/* Don't sort the names.  */
 	#define GLOB_DOOFFS     (1 << 3)	/* Insert PGLOB->gl_offs NULLs.  */
 	#define GLOB_NOCHECK    (1 << 4)	/* If nothing matches, return the pattern.  */
-- 
GitLab