Skip to content
Snippets Groups Projects
Commit 2ac39df7 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix comment for GLOB_MARK

parent 77c7a293
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -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. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment