Fixed readOnlyTrack::getSendLen. Oops.

This commit is contained in:
Thulinma 2013-12-04 13:52:57 +01:00
parent 58b540222a
commit 61a035c0b2

View file

@ -429,7 +429,7 @@ namespace DTSC {
}
int readOnlyTrack::getSendLen(){
int result = 163 + init.size() + codec.size() + type.size() + getIdentifier().size();
int result = 146 + init.size() + codec.size() + type.size() + getIdentifier().size();
result += fragLen * 11;
result += keyLen * 16;
result += partLen * 9;