commands: clean up get_metadata() and related code
commit835d3deea2023bd53a079513f6b742b575ae1896
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Mon, 20 Dec 2010 04:34:11 +0000 (20 06:34 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Mon, 20 Dec 2010 04:34:11 +0000 (20 06:34 +0200)
tree9907aeb662ac8a249ebdb99fa30bd81c068de945
parent2bc23997973f353e037b44a1bfde38685a6ff0bd
commands: clean up get_metadata() and related code

Code in get_metadata() allocated too small a buffer for the text it
wrote (noticed by Clément Bœsch). Make the code cleaner and more
robust by changing it to use talloc_asprintf(). Also make it always
return non-NULL and remove checks on caller side.
command.c
mplayer.c