PIIODevice fix

git-svn-id: svn://db.shs.com.ru/pip@125 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
2015-05-05 11:01:52 +00:00
parent f0d4d75f65
commit aecf832908
5 changed files with 32 additions and 21 deletions

View File

@@ -142,6 +142,7 @@ bool PIBinaryLog::threadedRead(uchar *readed, int size) {
break;
case PlayVariableSpeed:
delay = lastrecord.timestamp.toMilliseconds() - play_time;
piCoutObj << "delay" << delay;
double cdelay;
int dtc;
if (is_started) {