Skip to content

Commit

Permalink
Fixing another duh
Browse files Browse the repository at this point in the history
  • Loading branch information
LIJI32 committed Apr 25, 2020
1 parent aa9ccc7 commit 09e7068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tester/main.c
Expand Up @@ -174,7 +174,7 @@ static const char *executable_folder(void)
}
/* Ugly unportable code! :( */
#ifdef __APPLE__
size_t length = sizeof(path) - 1;
uint32_t length = sizeof(path) - 1;
_NSGetExecutablePath(&path[0], &length);
#else
#ifdef __linux__
Expand Down

0 comments on commit 09e7068

Please sign in to comment.