PIBinaryLog miss

This commit is contained in:
2022-06-24 12:19:03 +03:00
parent 1b04d7ecce
commit c7fffe1280

View File

@@ -728,7 +728,7 @@ bool PIBinaryLog::seek(llong filepos) {
PIString PIBinaryLog::constructFullPathDevice() const {
PIString ret;
ret += logDir() + ":" + filePrefix() + ":" + defaultID() + ":";
ret += logDir() + ":" + filePrefix() + ":" + PIString::fromNumber(defaultID()) + ":";
switch (play_mode) {
case PlayRealTime:
ret += "RT";