Changeset 32edee83adbf9c1a9513d9f2da5009747ce732ea

Show
Ignore:
Timestamp:
05/05/08 09:41:20 (4 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1209973280 +0200
git-parent:

[c452d0794615bdf5f5fb5217e94763a1e4adc094]

git-author:
Rafaël Carré <funman@videolan.org> 1209973280 +0200
Message:

Do not duplicate NULL strings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/text/unicode.c

    ra18c1d9 r32edee8  
    166166static inline char *locale_dup (const char *string, bool from) 
    167167{ 
     168    assert( string ); 
     169 
    168170#if defined (USE_ICONV) 
    169171    if (find_charset ())