FitRideFile: correct issue with unknown field type in fit file

fix #724
This commit is contained in:
Damien
2014-01-25 22:36:52 +01:00
committed by Gareth Coco
parent f953aec667
commit 6673eefe7d

View File

@@ -640,6 +640,7 @@ struct FitFileReaderState
read_unknown( field.size, &count );
v = NA_VALUE;
unknown_base_type.insert(field.num);
size = field.size;
}
// Quick fix : we need to support multivalues
if (size < field.size)