Changeset 38a482c2fdc2ce7ab1984a3e043b5bc64eef532f
- 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
| r948676a |
r38a482c |
|
| 77 | 77 | VLC_OBJECT_PLAYLIST, FIND_ANYWHERE ); |
|---|
| 78 | 78 | |
|---|
| 79 | | fprintf( stderr, "Destroying %s\n", p_input->psz_name ); |
|---|
| | 79 | utf8_fprintf( stderr, "Destroying %s\n", p_input->psz_name ); |
|---|
| 80 | 80 | vlc_input_item_Clean( p_input ); |
|---|
| 81 | 81 | |
|---|