Comment 11 for bug 49217

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

Sorry, the character "|" should also be removed from bad_chars.

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