aboutsummaryrefslogtreecommitdiff
path: root/lib/base/rawfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/base/rawfile.cpp')
-rw-r--r--lib/base/rawfile.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/base/rawfile.cpp b/lib/base/rawfile.cpp
index d7f2a655..c7e11feb 100644
--- a/lib/base/rawfile.cpp
+++ b/lib/base/rawfile.cpp
@@ -227,3 +227,8 @@ int eRawFile::openFileUncached(int nr)
}
return ::open(filename.c_str(), O_RDONLY | O_LARGEFILE);
}
+
+off_t eRawFile::length()
+{
+ return m_totallength;
+}