JaciBrunning / Pathfinder

Cross-Platform, Multi-Use Motion Profiling and Trajectory Generation
MIT License
255 stars 78 forks source link

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

Open rich-coe opened 5 years ago

rich-coe commented 5 years ago

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.