mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 12:40:23 +00:00
Buildfix
This commit is contained in:
parent
76b025d70e
commit
40594a3059
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user