git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df301d6
)
input/meta.c: Use utf8_readdir instead of readdir.
author
Pierre d'Herbemont
<pdherbemont@videolan.org>
Tue, 21 Aug 2007 16:49:45 +0000
(16:49 +0000)
committer
Pierre d'Herbemont
<pdherbemont@videolan.org>
Tue, 21 Aug 2007 16:49:45 +0000
(16:49 +0000)
src/input/meta.c
patch
|
blob
|
history
diff --git
a/src/input/meta.c
b/src/input/meta.c
index
69dacb7
..
7a98b56
100644
(file)
--- a/
src/input/meta.c
+++ b/
src/input/meta.c
@@
-350,7
+350,7
@@
static int __input_FindArtInCache( vlc_object_t *p_obj, input_item_t *p_item )
if( !p_dir )
return VLC_EGENERIC;
- while( (p_de = readdir( p_dir )) )
+ while( (p_de =
utf8_
readdir( p_dir )) )
{
if( strncmp( p_de->d_name, "art", 3 ) )
{