summaryrefslogtreecommitdiff
path: root/src/fios.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fios.h')
-rw-r--r--src/fios.h2
1 files changed, 1 insertions, 1 deletions
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 */