Add strlen to base path call on mac
This commit is contained in:
parent
bc4aea064a
commit
f205ba1c49
|
@ -78,7 +78,7 @@ int main(int argc, const char** argv)
|
||||||
uint32_t length = sizeof(basePath);
|
uint32_t length = sizeof(basePath);
|
||||||
|
|
||||||
_NSGetExecutablePath(basePath, &length);
|
_NSGetExecutablePath(basePath, &length);
|
||||||
|
length = strlen(basePath);
|
||||||
#else
|
#else
|
||||||
int length = readlink("/proc/self/exe", basePath, sizeof(basePath));
|
int length = readlink("/proc/self/exe", basePath, sizeof(basePath));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue