Skip to content

fix to xio::xdataparse

Compare
Choose a tag to compare
@astrobit astrobit released this 12 Mar 23:52
· 16 commits to master since this release

xdataparse would hang when parsing a line which had a empty element at the end (e.g. 1,2,3,4,). This update correctly ends the parsing and inserts an empty element at the end.