aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/kernel/filesystemutil.cpp
diff options
context:
space:
mode:
authorMax Horn2010-10-13 10:51:20 +0000
committerMax Horn2010-10-13 10:51:20 +0000
commit85fa23afbe08d6296d716321d95214042d70f9ac (patch)
treef14d491c57cab5078a74c0561fbd38af1914103a /engines/sword25/kernel/filesystemutil.cpp
parentb3c352d1fee37831408c43155cca91f3d8e42764 (diff)
downloadscummvm-rg350-85fa23afbe08d6296d716321d95214042d70f9ac.tar.gz
scummvm-rg350-85fa23afbe08d6296d716321d95214042d70f9ac.tar.bz2
scummvm-rg350-85fa23afbe08d6296d716321d95214042d70f9ac.zip
SWORD25: Get rid of kernel/bs_stdint.h
svn-id: r53405
Diffstat (limited to 'engines/sword25/kernel/filesystemutil.cpp')
-rw-r--r--engines/sword25/kernel/filesystemutil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/kernel/filesystemutil.cpp b/engines/sword25/kernel/filesystemutil.cpp
index 853e6b247f..c77a70daaa 100644
--- a/engines/sword25/kernel/filesystemutil.cpp
+++ b/engines/sword25/kernel/filesystemutil.cpp
@@ -87,7 +87,7 @@ public:
return Common::String("/");
}
- virtual int64 GetFileSize(const Common::String &Filename) {
+ virtual uint32 GetFileSize(const Common::String &Filename) {
Common::FSNode node(Filename);
// If the file does not exist, return -1 as a result