From b1a33a494f7a9510f600cb18e771b35905597be6 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 16 Jan 2009 12:59:47 +0000 Subject: (svn r15104) -Codechange: unify the resolving of the xyz kbytes/megabytes strings. --- 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 d40292be1..4d7e07248 100644 --- a/src/fios.h +++ b/src/fios.h @@ -100,7 +100,7 @@ void FiosFreeSavegameList(); /* Browse to. Returns a filename w/path if we reached a file. */ char *FiosBrowseTo(const FiosItem *item); /* Return path, free space and stringID */ -StringID FiosGetDescText(const char **path, uint32 *total_free); +StringID FiosGetDescText(const char **path, uint64 *total_free); /* Delete a name */ bool FiosDelete(const char *name); /* Make a filename from a name */ -- cgit v1.2.3-54-g00ecf