mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
altitude is always zero in .raw files
This commit is contained in:
@@ -122,7 +122,7 @@ pt_read_raw(FILE *in, int compat, void *context,
|
||||
double mph;
|
||||
double nm;
|
||||
double watts;
|
||||
double alt;
|
||||
double alt = 0;
|
||||
unsigned cad;
|
||||
unsigned hr;
|
||||
struct tm time;
|
||||
|
||||
Reference in New Issue
Block a user