tonioni / WinUAE

WinUAE Amiga emulator
http://www.winuae.net/
552 stars 90 forks source link

Single-quotes are erroneously backslash-escaped in path names in the config #275

Closed johnnovak closed 10 months ago

johnnovak commented 10 months ago

Repro steps

  1. Add a directory hard drive with single-quotes in the path name:

image

  1. So far so good:

image

  1. Save it as a new config, then reload it. Ooops! There's a backslash now before the single-quote, rendering the path invalid:

image

  1. Verified in the config, it's a config writing issue. If I remove the backslash from the path in the config manually, it works again.

image

johnnovak commented 10 months ago

@tonioni Confirming the fix works as expected in 5.2.0 b2. Thanks!