Commit 5c1bbbef authored by Damien Fouilleul's avatar Damien Fouilleul

macosx: playlistinfo.m. small typo which caused ObjC exception and froze...

macosx: playlistinfo.m. small typo which caused ObjC exception and froze interface updates and screensaver management, etc...
parent d75137d9
......@@ -201,7 +201,7 @@
#define SET( foo, bar ) \
char *psz_##foo = input_item_Get##bar ( p_item->p_input ); \
[self setMeta: psz_##foo forlabel: o_##foo##_txt]; \
[self setMeta: psz_##foo forLabel: o_##foo##_txt]; \
free( psz_##foo );
/* fill the other fields */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment