retitle 551136 scap and add inconsistency when there is an apostrophe in the 
path
thanks

Wolfgang Weisselberg <g35fckt...@sneakemail.com> writes:

>
> nyxmms2 scap segfaults when an apostrophe is in the file name:
> $ nyxmms2 scap /some/path/with/some\ \'\ file.ogg
> Segmentation fault

[...]

Hello,

When trying to reproduce this bug, it seam that nyxmms2 does not
segfaults anymore, but there is still a difference between add and scap:
apostrophe need to be double escaped in scap, but not in add:

    nyxmms2 scap /some/path/with\'/foo.ogg

will fail with a message asking for the closing apostrophe, when 

    nyxmms2 scap /some/path/with\\\'/foo.ogg

will scap the song. (note the \\\' for the apostrophe)k

At the same time

    nyxmms2 add /some/path/with\\\'/foo.ogg

will fail to find the song, when

    nyxmms2 add /some/path/with\\\'/foo.ogg

will do as expected.

(Ps: I didn't test with last xmms2 from git).

Thanks for your bug report
-- 
Rémi Vanicat



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to