Fixed typo in buffer size calculation.

This commit is contained in:
Thulinma 2015-11-27 09:53:23 +01:00
parent 5ae0cb42a9
commit 4397b410d4

View file

@ -60,7 +60,7 @@ namespace Mist {
if (it->second.firstms < firstms) {
firstms = it->second.firstms;
}
if (it->second.firstms > lastms) {
if (it->second.lastms > lastms){
lastms = it->second.lastms;
}
}