DND fails if destination folder has spaces in its name
Status: Abandoned
Brought to you by:
gt67
Please see description and attachments at
http://bugs.gentoo.org/show_bug.cgi?id=262519
Hello. I just created the following patch solving the issue in my case ...
https://bugs.mageia.org/attachment.cgi?id=1409
The following patch fixes the issue better ... works for all characters which
need to be escaped ...
https://bugs.mageia.org/attachment.cgi?id=1410
The previous patch could produce unwanted memory leaks by leaving the original unescaped path unfreed.
https://bugs.mageia.org/attachment.cgi?id=1411