joncampbell123 / dosbox-x

DOSBox-X fork of the DOSBox project
GNU General Public License v2.0
2.81k stars 383 forks source link

Fix Z Drive path expansion to be case insensitive #5237

Closed maron2000 closed 1 month ago

maron2000 commented 1 month ago

If you add Z:\ to PATH, it should be expanded to Z:\;Z:\SYSTEM;Z:\BIN;Z:\DOS;Z:\4DOS;Z:\DEBUG;Z:\TEXTUTIL. The current release (2024.10.01) expands it only if you set path in lower case. This PR makes it case-insensitive so that it accepts PATH (or mixture like Path) as well.

What issue(s) does this PR address?

Fixes #5232

image