Fixed segfault in MistIn processes being run at high debug levels.
This commit is contained in:
parent
b8eec40fbf
commit
7647430cf3
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ namespace Mist {
|
|||
}
|
||||
}
|
||||
pageCounter[track][pageNumber] = 15;
|
||||
VERYHIGH_MSG("Key %u is already buffered in page %n. Cancelling bufferFrame", keyNum, pageNumber);
|
||||
VERYHIGH_MSG("Key %u is already buffered in page %d. Cancelling bufferFrame", keyNum, pageNumber);
|
||||
return true;
|
||||
}
|
||||
if (!pagesByTrack.count(track)){
|
||||
|
|
Loading…
Add table
Reference in a new issue