fix timeshift (thx dbo)

Origin commit data
------------------
Branch: master
Commit: 18814b385a
Author: TangoCash <eric@loxat.de>
Date: 2014-09-21 (Sun, 21 Sep 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2014-09-21 17:34:30 +02:00
parent 889cd989bd
commit fc14387def
2 changed files with 7 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ class cPlayback
playmode_t pm;
std::string fn_ts;
std::string fn_xml;
off_t last_size;
off64_t last_size;
int init_jump;
Player *player;
const char *(*ProgramSelectionCallback)(void *, std::vector<std::string> &keys, std::vector<std::string> &values);