From f8bde3792e72666d85868443e596541a4916d4e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Wed, 9 Dec 2015 19:41:35 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@166 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- src/io/pibinarylog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/io/pibinarylog.cpp b/src/io/pibinarylog.cpp index 61847458..784af74a 100644 --- a/src/io/pibinarylog.cpp +++ b/src/io/pibinarylog.cpp @@ -493,6 +493,7 @@ void PIBinaryLog::seekTo(int rindex) { file.seek(index[rindex].pos); moveIndex(index_pos.value(file.pos(), -1)); play_time = index[rindex].timestamp.toMilliseconds(); + lastrecord.timestamp = index[rindex].timestamp; } }