• Sam Lantinga's avatar
    Fixed bug #797 · ce102864
    Sam Lantinga authored
     Ryan C. Gordon      2009-09-19 08:25:21 PDT
    
    This line in SDL_iconv_string (src/stdlib/SDL_iconv.c) ...
    
            if (!fromcode || !*fromcode) {
                tocode = "UTF-8";
            }
    
    Is probably supposed to assign to "fromcode" and not "tocode".
    
    --HG--
    branch : SDL-1.2
    extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%403913
    ce102864
SDL_iconv.c 19.3 KB