]> git.sesse.net Git - vlc/commitdiff
This also could be named in non-UTF, recode it
authorPavlov Konstantin <thresh@videolan.org>
Fri, 1 Sep 2006 08:04:55 +0000 (08:04 +0000)
committerPavlov Konstantin <thresh@videolan.org>
Fri, 1 Sep 2006 08:04:55 +0000 (08:04 +0000)
src/input/item.c

index 0688ae0d5d640b9dbe4920df61c76f7b9ceeb05d..451782b91d46d8d5a81df36f840d4ade266e3f38 100644 (file)
@@ -76,7 +76,7 @@ static void vlc_input_item_Destroy ( gc_object_t *p_this )
     playlist_t *p_playlist = (playlist_t *)vlc_object_find( p_obj,
                                           VLC_OBJECT_PLAYLIST, FIND_ANYWHERE );
 
-    fprintf( stderr, "Destroying %s\n", p_input->psz_name );
+    utf8_fprintf( stderr, "Destroying %s\n", p_input->psz_name );
     vlc_input_item_Clean( p_input );
 
     if( p_playlist )