Pathfinder icon indicating copy to clipboard operation
Pathfinder copied to clipboard

Pathfinder-Core/src/io.c::pathfinder_deserialize_csv() reads first line as data

Open rich-coe opened this issue 5 years ago • 0 comments

This line in io.c pathfinder_deserialize_csv() if (line_n == 0) { } // Do nothing, first line specifies the headers looks like it should contain a 'continue;' so it skips the first line of the file.

rich-coe avatar Mar 01 '19 05:03 rich-coe