testování filip
This commit is contained in:
@@ -315,7 +315,6 @@ string getCompletePath(string fileName)
|
||||
#ifdef WINDOWS
|
||||
return fileName;
|
||||
#else
|
||||
|
||||
char path[PATH_MAX + 1] = {};
|
||||
ssize_t length = readlink("/proc/self/exe", path, PATH_MAX);
|
||||
path[length] = '\0';
|
||||
|
||||
Reference in New Issue
Block a user