diff --git a/src/FileIO/FixGaps.cpp b/src/FileIO/FixGaps.cpp index 1d91de49d..1dcede754 100644 --- a/src/FileIO/FixGaps.cpp +++ b/src/FileIO/FixGaps.cpp @@ -261,8 +261,8 @@ FixGaps::postProcess(RideFile *ride, DataProcessorConfig *config=0, QString op=" ride->command->insertPoint(position++, add); } - // stationary or greater than 30 seconds... fill with zeroes - } else if (gap > stop) { + // stationary or greater than stop seconds... fill with zeroes + } else if (stationary || gap > stop) { dropouts++; dropouttime += gap;