+2007-07-19 Jakub Jelinek <jakub@redhat.com>
+
+ * dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
+ returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
+
2007-07-11 Jakub Jelinek <jakub@redhat.com>
* finddomain.c (_nl_find_domain): If _nl_explode_name returned -1,
/* If the output encoding is the same there is
nothing to do. Otherwise do not use the
translation at all. */
- if (__builtin_expect (r != __GCONV_NOCONV, 1))
+ if (__builtin_expect (r != __GCONV_NULCONV, 1))
return NULL;
convd->conv = (__gconv_t) -1;