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

Add some temporary debug output to find the mac mini m4 hang

parent 1ab9ba5e
No related branches found
No related tags found
No related merge requests found
Pipeline #7808 canceled
......@@ -648,6 +648,7 @@ static bool getfilecase(char *path, bool dir)
#if !defined GLOB_ONLYDIR
#define GLOB_ONLYDIR 0
#endif
printf("glob(%s)\n", globme); fflush(stdout);
if (glob(globme, dir ? GLOB_ONLYDIR : GLOB_MARK, NULL, &glb) != 0)
return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment