Actions
Bug #1252
openWhat is the proper Parsing Algorithm?
Start date:
09/15/2010
Due date:
% Done:
0%
Estimated time:
Description
2010-09-15T01:02:01+0200In
bool FrtCrtConfig::ScanFromResult(std::istream& stream, ui32& key)
the following code block lead to rejection of a seemingly well formed result file:
// If event padder, read dataKey if ( payLoadLength % 2 == 1 ) { result = ReadNextValue(dataKey, stream); if ( ! result ) return false; }
payLoadLength was 75=0000000x4b
instead of 0x00000032 for a good case
No data to display
Actions