commands: osd_show_property_text: fix \xNN escapes
commita5c642888259112dba9a5b83419ed4a014e97303
authorharklu <harklu@wat>
Mon, 1 Aug 2011 14:19:01 +0000 (1 16:19 +0200)
committerUoti Urpala <uau@mplayer2.org>
Fri, 5 Aug 2011 00:46:06 +0000 (5 03:46 +0300)
tree9d1558404a42ff9f95e070c7e58878ca5ab168d3
parentfddb59a6c3b06ecca9b4e755af4a5e6bccd20615
commands: osd_show_property_text: fix \xNN escapes

When handling escapes of the form '\xNN', m_properties_expand_string()
incorrectly copied the last N to the output. Fix.
m_property.c