post processing does not wait if more than one positions-Annas change

This commit is contained in:
Maliakal Dhanya 2014-05-20 17:36:24 +02:00
parent c19bded2a5
commit 4958d198d1

View File

@ -255,7 +255,7 @@ data queue size unlock
if ((GetCurrentPositionIndex()>=npos && dataQueueSize()) || npos<2) {
//&&
while(positionFinished()==0) {
while(positionFinished()==0 && npos>1) {
;
}
#ifdef VERBOSE