From 4b2e34e0aa95079e89680f2754338ff1dfab7e2b Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 8 Feb 2005 17:31:13 +0000 Subject: (svn r1850) Change the last consumers of str_buffr so they use local static buffers now and remove the global array str_buffr. --- win32.c | 1 + 1 file changed, 1 insertion(+) (limited to 'win32.c') diff --git a/win32.c b/win32.c index a8a1bb1ce..788d7271f 100644 --- a/win32.c +++ b/win32.c @@ -1731,6 +1731,7 @@ void FiosFreeSavegameList(void) // Browse to char *FiosBrowseTo(const FiosItem *item) { + static char str_buffr[512]; char *path = _fios_path; char *s; -- cgit v1.2.3-54-g00ecf