mirror of
https://github.com/reactos/reactos.git
synced 2026-05-22 23:30:07 +08:00
Commit7c3f4c94a4(r68307) mentions the valid characters: these are: ASCII alphanumericals (a-z, A-Z, 0-9) (hence the iswalnum() -> isalnum() change), and: '.', '\\', '-', '_' . Spaces are not accepted. Addendum to commit785cc21598.