1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-12 18:06:18 +00:00
mpv/libmenu
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
Makefile
menu_cmdlist.c
menu_console.c 64bit support 2003-06-24 19:59:14 +00:00
menu_filesel.c I've juste found a bug which prevent to load a file whose name contain 2003-08-15 18:45:35 +00:00
menu_list.c linux->osdep 2003-02-09 20:18:23 +00:00
menu_list.h
menu_param.c linux->osdep 2003-02-09 20:18:23 +00:00
menu_pt.c
menu_txt.c linux->osdep 2003-02-09 20:18:23 +00:00
menu.c output typo fixes: unknow --> unknown 2003-07-09 01:30:24 +00:00
menu.h
vf_menu.c output typo fixes: unknow --> unknown 2003-07-09 01:30:24 +00:00