summaryrefslogtreecommitdiff
path: root/unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix.c b/unix.c
index 328062937..d49743581 100644
--- a/unix.c
+++ b/unix.c
@@ -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;