Changeset 5cdaa679c328bd2bfaca108df8533dff83126c88

Show
Ignore:
Timestamp:
27/09/07 19:36:47 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1190914607 +0000
git-parent:

[824481bce797de9122c37711468cb36178edf979]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1190914607 +0000
Message:

Fix segmentation fault

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/control/http/util.c

    r552e595 r5cdaa67  
    348348    intf_sys_t    *p_sys = p_intf->p_sys; 
    349349 
     350    if( psz_utf8 == NULL ) 
     351        return NULL; 
     352 
    350353    if ( p_sys->iconv_from_utf8 != (vlc_iconv_t)-1 ) 
    351354    {