(svn r1850) Change the last consumers of str_buffr so they use local static buffers now and remove the global array str_buffr.

This commit is contained in:
tron
2005-02-08 17:31:13 +00:00
parent 8aee833024
commit 4b2e34e0aa
4 changed files with 3 additions and 1 deletions

1
os2.c
View File

@@ -330,6 +330,7 @@ void FiosFreeSavegameList()
// Browse to
char *FiosBrowseTo(const FiosItem *item)
{
static char str_buffr[512];
char *path = _fios_path;
char *s;