random read, the current fnum shoud be sent, not the padded frame

This commit is contained in:
Dhanya Maliakal 2016-10-12 08:53:13 +02:00
parent e45b89695b
commit 5c4d55af6b

View File

@ -1810,6 +1810,9 @@ void UDPStandardImplementation::startDataCallback(){
if(offset >= size)
break;
if(!frameToGuiFrequency)
currentfnum = fnum;
//last packet of same frame
if(fnum == currentfnum && pnum == (packetsPerFrame-1)){