Commit 740a68bf authored by laurent's avatar laurent

Merge branch 'fs6' of http://open-cells.com/git/laurent/openair-systemx into fs6

parents a4300281 50aa4dcc
......@@ -55,7 +55,7 @@ int receiveSubFrame(int sock, uint64_t expectedTS, void *bufferZone, int buffer
bufferZone+=ret;
}
}
} while ( !rcved || rcved < tmp->nbBlocks);
} while ( !rcved || rcved < tmp->nbBlocks );
return rcved;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment