Skip to content
Snippets Groups Projects
Verified Commit 38be99ed authored by Houtan Bastani's avatar Houtan Bastani
Browse files

replace `filesep` with `/`

On Windows, `filesep` evaluates to `\` and, in a `*printf` statement, this can have unintended consequences (e.g. `\t` evaluates to the tab character

Since '/' works on all systems, replace all occurrences of `filesep` with `/` in the codebase
parent 483c2936
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment