From 0682c1c46cce7b74231486a0b8507e6e7a9b4128 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 4 Mar 2009 01:09:48 +0000 Subject: (svn r15608) -Codechange: use the file scanner to find the files for the saveload window. --- src/fios.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fios.h') diff --git a/src/fios.h b/src/fios.h index f119dd75c..4f6f98c58 100644 --- a/src/fios.h +++ b/src/fios.h @@ -62,7 +62,7 @@ struct FiosItem { FiosType type; uint64 mtime; char title[64]; - char name[256 - 12 - 64]; + char name[MAX_PATH]; }; /* Deals with the type of the savegame, independent of extension */ -- cgit v1.2.3-54-g00ecf