kuwisdelu / Cardinal

Mass spectrometry imaging toolbox
http://www.cardinalmsi.org
36 stars 14 forks source link

writeImzML() gives negative offsets on large files on Windows #23

Closed kuwisdelu closed 4 months ago

kuwisdelu commented 1 year ago

Suspected to be an issue with Windows compiler support for long ints in sprintf().

Consider refactoring to use std::to_string().