X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flibpspp%2Fi18n.c;h=64aa005612627bbc223b155abc5075e8c32e9186;hb=d3ceb500f824c3765b424e69c69cf3eb85117d15;hp=fb3973f437bb737d0ba53011596da1f844588509;hpb=5d31af536467b5774fb04ebc998ef459e893f24c;p=pspp-builds.git diff --git a/src/libpspp/i18n.c b/src/libpspp/i18n.c index fb3973f4..64aa0056 100644 --- a/src/libpspp/i18n.c +++ b/src/libpspp/i18n.c @@ -68,7 +68,7 @@ create_iconv (const char* tocode, const char* fromcode) converter->fromcode = xstrdup (fromcode); converter->conv = iconv_open (tocode, fromcode); hmapx_insert (&map, converter, hash); - + /* I don't think it's safe to translate this string or to use messaging as the convertors have not yet been set up */ if ( (iconv_t) -1 == converter->conv && 0 != strcmp (tocode, fromcode))