Fixes in regard to 64-bit time stamps

This commit is contained in:
Thulinma 2017-06-09 21:39:05 +02:00
parent 920efe0b26
commit 72f9fd3be2

View file

@ -591,7 +591,7 @@ namespace Mist{
tmp.time = tmpPack.getTime(); tmp.time = tmpPack.getTime();
} }
if (tmpPack){ 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); buffer.insert(tmp);
return true; return true;
}else{ }else{