msdos already transfroms for Windows long names a '/' char into '?'.
authorclaudio <claudio@openbsd.org>
Thu, 12 Sep 2024 09:07:28 +0000 (09:07 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 12 Sep 2024 09:07:28 +0000 (09:07 +0000)
commitfebe0fa6d057ea9bbfc5feb8edb2391180499f1f
tree014fb61b11b9dd9d9ac7987b8899fe001c5ec19d
parent46f7109a9e03df89b66ada65cf07c4da6ddb41a1
msdos already transfroms for Windows long names a '/' char into '?'.
Do the same for the 8.3 case as well.

This is not ideal since now it is possible that two files in the same
directory have the same name but the msdos code already does a lot of
this and so the problem already exists.

OK beck@ miod@
sys/msdosfs/msdosfs_conv.c