[Scummvm-cvs-logs] scummvm master -> 2597be210dee76205bfbeb0ee083e8c1e3c3ae1e

Tkachov Tkachov at users.noreply.github.com
Thu Aug 4 12:48:02 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
2597be210d BACKENDS: Fix DC's OutVMSave to have pos()


Commit: 2597be210dee76205bfbeb0ee083e8c1e3c3ae1e
    https://github.com/scummvm/scummvm/commit/2597be210dee76205bfbeb0ee083e8c1e3c3ae1e
Author: Alexander Tkachev (alexander at tkachov.ru)
Date: 2016-08-04T17:45:49+06:00

Commit Message:
BACKENDS: Fix DC's OutVMSave to have pos()

Changed paths:
    backends/platform/dc/vmsave.cpp



diff --git a/backends/platform/dc/vmsave.cpp b/backends/platform/dc/vmsave.cpp
index 75fc1ed..f71a3bf 100644
--- a/backends/platform/dc/vmsave.cpp
+++ b/backends/platform/dc/vmsave.cpp
@@ -275,6 +275,7 @@ private:
 
 public:
   uint32 write(const void *buf, uint32 cnt);
+  virtual int32 pos() const { return pos; }
 
   OutVMSave(const char *_filename)
     : pos(0), committed(-1), iofailed(false)






More information about the Scummvm-git-logs mailing list