altitude is always zero in .raw files

This commit is contained in:
Sean Rhea
2009-09-20 21:56:00 -07:00
parent bc16f3d0a4
commit afd7d8fb1d

View File

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