Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
infradig committed Aug 29, 2024
1 parent 3f24c5f commit a97bf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bif_streams.c
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ void convert_path(char *filename)
char *src = filename;

while (*src) {
if ((*src == '/') || (*src == '\\'))
if (*src == '\\')
*src = '/';

src++;
Expand Down

0 comments on commit a97bf4f

Please sign in to comment.