Comment 10 for bug 49217

Revision history for this message
Qishuai Liu (lqs) wrote :

The backslash "\" is allowed in fat filenames, so this patch (against dosfsck/check.c) should work.

- char *bad_chars = atari_format ? "*?\\/:" : "*?<>|\"\\/:";
+ char *bad_chars = atari_format ? "*?/:" : "*?<>|\"/:";