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

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

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