diff options
Diffstat (limited to 'unix.c')
-rw-r--r-- | unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -254,6 +254,7 @@ void FiosFreeSavegameList(void) // Browse to char *FiosBrowseTo(const FiosItem *item) { + static char str_buffr[512]; char *path = _fios_path; char *s; |