Changeset 38a482c2fdc2ce7ab1984a3e043b5bc64eef532f

Show
Ignore:
Timestamp:
01/09/06 10:04:55 (2 years ago)
Author:
Pavlov Konstantin <thresh@videolan.org>
git-committer:
Pavlov Konstantin <thresh@videolan.org> 1157097895 +0000
git-parent:

[955f08dbbce67145a97f5372a64eb529f22523eb]

git-author:
Pavlov Konstantin <thresh@videolan.org> 1157097895 +0000
Message:

This also could be named in non-UTF, recode it

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/input/item.c

    r948676a r38a482c  
    7777                                          VLC_OBJECT_PLAYLIST, FIND_ANYWHERE ); 
    7878 
    79     fprintf( stderr, "Destroying %s\n", p_input->psz_name ); 
     79    utf8_fprintf( stderr, "Destroying %s\n", p_input->psz_name ); 
    8080    vlc_input_item_Clean( p_input ); 
    8181