We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6729406 commit fdb44c4Copy full SHA for fdb44c4
src/Features/Stats/StatsCounter.cpp
@@ -153,7 +153,7 @@ bool StatsCounter::ExportToFile(const std::string &path) {
153
<< CSV_SEPARATOR << map.second.CMretries
154
<< CSV_SEPARATOR << SpeedrunTimer::SimpleFormat(map.second.CMTotalTime).c_str()
155
<< CSV_SEPARATOR << map.second.FullGameRetries
156
- << CSV_SEPARATOR << map.second.FullGameTotalTime
+ << CSV_SEPARATOR << SpeedrunTimer::SimpleFormat(map.second.FullGameTotalTime).c_str()
157
<< std::endl;
158
}
159
0 commit comments