PIBinaryLog miss
This commit is contained in:
@@ -728,7 +728,7 @@ bool PIBinaryLog::seek(llong filepos) {
|
|||||||
|
|
||||||
PIString PIBinaryLog::constructFullPathDevice() const {
|
PIString PIBinaryLog::constructFullPathDevice() const {
|
||||||
PIString ret;
|
PIString ret;
|
||||||
ret += logDir() + ":" + filePrefix() + ":" + defaultID() + ":";
|
ret += logDir() + ":" + filePrefix() + ":" + PIString::fromNumber(defaultID()) + ":";
|
||||||
switch (play_mode) {
|
switch (play_mode) {
|
||||||
case PlayRealTime:
|
case PlayRealTime:
|
||||||
ret += "RT";
|
ret += "RT";
|
||||||
|
|||||||
Reference in New Issue
Block a user