mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-01 14:15:16 +02:00
I'm a spaz
This commit is contained in:
parent
cd04341d18
commit
cce65b2994
1 changed files with 0 additions and 3 deletions
|
@ -732,9 +732,6 @@ char* FileSystem::normalize(const char *pathname, bool preferred, bool absolute)
|
|||
cwk_path_join(bp, pathname, path_abs, 512);
|
||||
}
|
||||
|
||||
char test[512] = {0};
|
||||
getcwd(test, 512);
|
||||
Debug() << test;
|
||||
cwk_path_normalize((path_abs) ? path_abs : (char*)pathname, path_nml, 512);
|
||||
if (path_abs) delete path_abs;
|
||||
return path_nml;
|
||||
|
|
Loading…
Add table
Reference in a new issue