CI fixes
This commit is contained in:
parent
0f16c72ed1
commit
76f4f5ea88
|
|
@ -3064,7 +3064,7 @@ const char* GetApplicationDirectory(void)
|
|||
|
||||
if (_NSGetExecutablePath(appDir, &size) == 0)
|
||||
{
|
||||
int len = strlne(appDir);
|
||||
int len = strlen(appDir);
|
||||
for (int i = len; i >= 0; --i)
|
||||
{
|
||||
if (appDir[i] == '/')
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user