ratal / mdfreader

Read Measurement Data Format (MDF) versions 3.x and 4.x file formats in python
Other
169 stars 74 forks source link

version comparison is wrong #113

Closed ginseil closed 6 years ago

ginseil commented 6 years ago

Hi,

in mdfinfo3.read_hd_block line 392 (if version < 3.2:) should be replaced with: if version < 320:

since version is here an integer, eg: 310

ratal commented 6 years ago

Indeed, thanks ! corrected in last commit