testování filip

This commit is contained in:
2024-03-28 14:17:49 +01:00
parent 22a97056f9
commit 2175852bc0
47 changed files with 882 additions and 114 deletions

View File

@@ -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';