summaryrefslogtreecommitdiff
path: root/src/misc_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc_gui.cpp')
-rw-r--r--src/misc_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp
index c0bae65f4..81a67b192 100644
--- a/src/misc_gui.cpp
+++ b/src/misc_gui.cpp
@@ -1388,7 +1388,7 @@ static void DrawFiosTexts(uint maxw)
{
static const char *path = NULL;
static StringID str = STR_4006_UNABLE_TO_READ_DRIVE;
- static uint32 tot = 0;
+ static uint64 tot = 0;
if (_fios_path_changed) {
str = FiosGetDescText(&path, &tot);