diff --git a/src/FileIO/PolarRideFile.cpp b/src/FileIO/PolarRideFile.cpp index dda37bc8f1..2955a74ae2 100644 --- a/src/FileIO/PolarRideFile.cpp +++ b/src/FileIO/PolarRideFile.cpp @@ -294,7 +294,8 @@ void HrmRideFile(RideFile *rideFile, RideFile*gpxresult, bool haveGPX, XDataSeri // this differently // - metric = smode.length()>6 && smode.at(7)=='1'; + if (smode.length()>6 && smode.at(7)=='1') + metric = false; } else if (line.contains("Interval=")) {