mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
minor fix to wko chart data processing
Only affects users with non-metric units on standard charts in WKO.
This commit is contained in:
committed by
Sean Rhea
parent
127f136249
commit
f238366db9
@@ -858,7 +858,7 @@ next:
|
||||
|
||||
p += dodouble(p, &g); /* 253.4: Conversion Factor 1 */
|
||||
|
||||
if (two) p += donumber(p, &ul); /* 253.4: Conversion Factor 2 */
|
||||
if (two == 2) p += donumber(p, &ul); /* 253.4: Conversion Factor 2 */
|
||||
|
||||
/* How many meanmax records in first set ? */
|
||||
p += doshort(p, &us);
|
||||
|
||||
Reference in New Issue
Block a user