Skip to content

Commit

Permalink
ftp: Fix directory list on DVD drive
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryzee119 committed Oct 21, 2023
1 parent 27f5b19 commit bdef2e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/ftpd/ftp_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ static char *get_win_path(const char *in, char* out)
{
out[0] = out[1];
out[1] = ':';
out[2] = '\\';
}
#endif
return out;
Expand Down

0 comments on commit bdef2e5

Please sign in to comment.