Skip to content

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

@rich-coe

Description

@rich-coe

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions