Skip to content

Fix file_separator #1

@Toeger

Description

@Toeger

Inside the lookup file there is an entry_separator with the value '\0' (the only character that cannot be in a filepath in linux) and a file_separator with the value '\1'. Unfortunately '\1' is a valid character in a path name in linux. Therefore libfinder will print the incorrect output when library files or their paths contain a '\1'. To fix this one needs to replace the file_separator with "\0\0" and add logic to support that and not confuse it with the entry_separator.

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