1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-13 18:36:09 +00:00
mpv/input
albeu 38a2fa46fd I've juste found a bug which prevent to load a file whose name contain
a quote ('). The menu simply execute a "loadfile '%p'" but when the %p
is replaced by the actual value, quotes in it are not escaped !
Moreover, mp_input_parse_cmd contain some code to unescape strings but
this code was placed after the string was copied in his final buffer.

So this patch correct this issue.

By Aurélien Jacobs


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10625 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-15 18:45:35 +00:00
..
.cvsignore
input.c I've juste found a bug which prevent to load a file whose name contain 2003-08-15 18:45:35 +00:00
input.h reverse of accidently twice commited patch (non-unified patch suxx) 2003-08-12 13:22:35 +00:00
joystick.c output typo fixes: unknow --> unknown 2003-07-09 01:30:24 +00:00
joystick.h
lirc.c rewrote the lirc code to remove the fork 2002-10-23 22:23:12 +00:00
lirc.h rewrote the lirc code to remove the fork 2002-10-23 22:23:12 +00:00
Makefile removed -W -Wall -g and other gcc-specific warning/debug options 2002-08-22 23:29:46 +00:00
mouse.h