diff --git a/src/LogCompressor.cc b/src/LogCompressor.cc index 92f20f7504a4fbae1c167d5e04d6f7fca7f8384f..4763d0522c59cc636c89c0a1a2a85b9387a8dafb 100644 --- a/src/LogCompressor.cc +++ b/src/LogCompressor.cc @@ -109,9 +109,7 @@ void LogCompressor::run() emit logProcessingStatusChanged(tr("Log compressor: Dataset contains dimension: ") + headerLine); // Reset our position in the input file before we start the main processing loop. - infile.reset(); - in.reset(); - in.resetStatus(); + in.seek(0); // Template list stores a list for populating with data as it's parsed from messages. QStringList templateList;