Skip to content
Snippets Groups Projects
Forked from Archives / reporting
Source project has a limited visibility.
Houtan Bastani's avatar
Houtan Bastani authored
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
38be99ed
History
Name Last commit Last update