Fixed QueryInfo parsing error.
This commit is contained in:
parent
bdc5edd2e6
commit
6ea32e4e98
|
@ -395,8 +395,7 @@ std::string CarlaRecorderQuery::QueryInfo(std::string Filename, bool bShowAll)
|
|||
case static_cast<char>(CarlaRecorderPacketId::PlatformTime):
|
||||
if (bShowAll)
|
||||
{
|
||||
ReadValue<uint16_t>(File, Total);
|
||||
if (Total > 0 && !bFramePrinted)
|
||||
if (!bFramePrinted)
|
||||
{
|
||||
PrintFrame(Info);
|
||||
bFramePrinted = true;
|
||||
|
|
Loading…
Reference in New Issue