Fixes to DTSCFix and DTSCMerge programs.

This commit is contained in:
Erik Zandvliet 2013-08-23 15:08:52 +02:00 committed by Thulinma
parent 333c74a2c4
commit 22461badea
3 changed files with 10 additions and 9 deletions

View file

@ -316,7 +316,8 @@ namespace Connector_HTTP {
sstream << "t " << myRef["trackid"].asInt() << "\n";
sstream << "s " << (requestedTime / 10000) << "\np " << (mstime + mslen) <<"\n";
sstream << "s " << (requestedTime / 10000) << "\n";
sstream << "p " << (mstime + mslen) <<"\n";
ss.SendNow(sstream.str().c_str());
unsigned int myDuration;