]> git.sesse.net Git - vlc/blobdiff - modules/misc/audioscrobbler.c
net_Printf: automagic cast to VLC object
[vlc] / modules / misc / audioscrobbler.c
index fa359489adb102c9a823360f18088f56d29e2863..fbcc95a70b4b7f2cad712958ff05ab6d294f3d73 100644 (file)
@@ -394,7 +394,7 @@ static void Run( intf_thread_t *p_intf )
 
         /* we transmit the data */
         i_net_ret = net_Printf(
-            VLC_OBJECT( p_intf ), i_post_socket, NULL,
+            p_intf, i_post_socket, NULL,
             POST_REQUEST, p_sys->psz_submit_file,
             (unsigned)strlen( psz_submit ), p_sys->psz_submit_host,
             VERSION, psz_submit