]> git.sesse.net Git - vlc/commitdiff
audioscrobbler.c: Fix 21193. It should be reverted or at least the lock shouldn't...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 18 Aug 2007 05:33:24 +0000 (05:33 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 18 Aug 2007 05:33:24 +0000 (05:33 +0000)
modules/misc/audioscrobbler.c

index 8ea6feb34c4064eff3196c99504c1d9fdabc4901..e08e79028027d5076537d0cdd31334644d845230 100644 (file)
@@ -1042,7 +1042,7 @@ static int ReadMetaData( intf_thread_t *p_this )
 
     char *psz_meta;
     #define ALLOC_ITEM_META( a, b ) \
-        psz_meta = input_item_Get##b( input_GetItem( p_input ) ) \
+        psz_meta = input_item_Get##b( input_GetItem( p_input ) ); \
         if( psz_meta ) \
         { \
             a = encode_URI_component( psz_meta ); \