Fixes in regard to 64-bit time stamps
This commit is contained in:
parent
920efe0b26
commit
72f9fd3be2
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ namespace Mist{
|
|||
tmp.time = tmpPack.getTime();
|
||||
}
|
||||
if (tmpPack){
|
||||
HIGH_MSG("Sought to time %d in %s@%u", tmp.time, streamName.c_str(), tid);
|
||||
HIGH_MSG("Sought to time %llu in %s@%u", tmp.time, streamName.c_str(), tid);
|
||||
buffer.insert(tmp);
|
||||
return true;
|
||||
}else{
|
||||
|
|
Loading…
Add table
Reference in a new issue