fix rawfile
[enigma2.git] / lib / base / rawfile.h
index 5d15e85dbc5dd4e0a74f50461f61e653cf596c53..fdeb4d403a2038885bdb456794008f7092e98353 100644 (file)
@@ -19,7 +19,7 @@ public:
 private:
        int m_fd;
        std::string m_basename;
-       off_t m_splitsize, m_totallength, m_current_offset, m_base_offset;
+       off_t m_splitsize, m_totallength, m_current_offset, m_base_offset, m_last_offset;
        int m_nrfiles;
        void scan();
        int m_current_file;