[BACK]Return to textdomain.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libintl

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libintl/textdomain.c between version 1.13 and 1.14

version 1.13, 2012/03/21 10:10:36 version 1.14, 2015/05/29 12:26:28
Line 115  bind_textdomain_codeset(const char *doma
Line 115  bind_textdomain_codeset(const char *doma
                 return NULL;                  return NULL;
   
         if (codeset) {          if (codeset) {
                 if (p->codeset)                  free(p->codeset);
                         free(p->codeset);  
                 p->codeset = strdup(codeset);                  p->codeset = strdup(codeset);
         }          }
   

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

CVSweb <webmaster@jp.NetBSD.org>