Commit e55c5705 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Typo

parent 3c6a8022
...@@ -356,7 +356,7 @@ char *__vlc_fix_readdir_charset( vlc_object_t *p_this, const char *psz_string ) ...@@ -356,7 +356,7 @@ char *__vlc_fix_readdir_charset( vlc_object_t *p_this, const char *psz_string )
char *psz_out = psz_utf8; char *psz_out = psz_utf8;
size_t i_ret = vlc_iconv (hd, &psz_in, &i_in, &psz_out, &i_out); size_t i_ret = vlc_iconv (hd, &psz_in, &i_in, &psz_out, &i_out);
vlc_iconv_close (fd); vlc_iconv_close (hd);
if( i_ret == (size_t)(-1) || i_in ) if( i_ret == (size_t)(-1) || i_in )
{ {
free( psz_utf8 ); free( psz_utf8 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment