revame of START_PATH to TH_START_PATH

This commit is contained in:
nova
2026-07-12 22:10:26 +02:00
parent c6ec8c1199
commit c68b872d1e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ void init() {
ESCDELAY = 10;
global_path = getcwd(NULL, 0);
char *start_path = getcwd(NULL, 0);
setenv("START_PATH", start_path, 0);
setenv("TH_START_PATH", start_path, 0);
free(start_path);
seed = time(NULL);