minor fix to wko chart data processing

Only affects users with non-metric units on standard charts in WKO.
This commit is contained in:
Mark Liversedge
2009-09-19 10:43:33 +01:00
committed by Sean Rhea
parent 127f136249
commit f238366db9

View File

@@ -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);