This commit is contained in:
twinaphex 2018-03-29 15:51:20 +02:00
parent 76b025d70e
commit 40594a3059

View File

@ -90,7 +90,7 @@ char* get_temp_directory_alloc(void)
return path;
#endif
#else
char *path = strcpy_alloc_force(getenv("TMPDIR");
char *path = strcpy_alloc_force(getenv("TMPDIR"));
return path;
#endif
}