view TOOLS/subfont-c/encodings/osd-mplayer @ 10624:cdfd4a43c406

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 Aurlien Jacobs
author albeu
date Fri, 15 Aug 2003 18:45:35 +0000
parents 842c29861e25
children
line wrap: on
line source

E001	01
E002	02
E003	03
E004	04
E005	05
E006	06
E007	07
E008	08
E009	09
E00A	0A
E00B	0B
E010	10
E011	11
E012	12
E013	13