debug print the working directory
This commit is contained in:
parent
291042352b
commit
469c4f7167
|
|
@ -758,6 +758,7 @@ int main(int argc, char *argv[])
|
|||
// NOTE: Source of truth is what we have in the examples directories (on validation/update)
|
||||
FilePathList list = LoadDirectoryFilesEx(exBasePath, ".c", true);
|
||||
|
||||
TraceLog(LOG_INFO, "DEBUG: Working Directory: %s", GetWorkingDirectory());
|
||||
char *exList = LoadFileText(exCollectionFilePath);
|
||||
char *exListUpdated = (char *)RL_CALLOC(REXM_MAX_BUFFER_SIZE, 1);
|
||||
bool listUpdated = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user