irx, nullptr, threading patch

This commit is contained in:
h4570
2022-08-20 16:38:44 +02:00
parent 57767eee72
commit d251df8704
35 changed files with 306 additions and 115 deletions
+3 -3
View File
@@ -28,9 +28,9 @@ class FileUtils {
private:
// Argv name+path & just path
char cwd[NAME_MAX];
char elfName[NAME_MAX];
char elfPath[NAME_MAX - 14];
char cwd[255];
char elfName[255];
char elfPath[255 - 14];
void setPathInfo(const char* path);
};