ColinPitrat / kalenji-gps-watch-reader

A tool to import data from some Kalenji running watches
GNU General Public License v3.0
30 stars 11 forks source link

Hundredth of seconds badly written when < 10 #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In OnMove100, precision of time is at hundredth of second.
Point interface has been reused as-is but it leads to an issue when writing the 
info in GPX: if hundredth is < 10, it is written without a leading 0 so is 
basically multiplied by 10.

Point should be changed to handle hundredth (or even thousandth) and outputs 
should be adapted to handle it

Original issue reported on code.google.com by colin.pi...@gmail.com on 11 Dec 2014 at 9:49

GoogleCodeExporter commented 9 years ago
Revision 366 in SVN is fixing this issue.

Original comment by colin.pi...@gmail.com on 26 Dec 2014 at 10:54