summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/file.cpp b/common/file.cpp
index 435c6c8..31c1076 100644
--- a/common/file.cpp
+++ b/common/file.cpp
@@ -440,7 +440,7 @@ unsigned long FileMem::Seek(long lOff, int nFrom)
m_nPosition = lNewPos;
- return m_nPosition;
+ return 0;
}
unsigned long FileDisk::Seek(long lOff, int nFrom)