(DCGETTEXT): Fix typo in last change.

This commit is contained in:
Ulrich Drepper 2000-08-27 19:01:29 +00:00
parent 5489eab395
commit 294eccacf8

View File

@ -371,8 +371,7 @@ DCGETTEXT (domainname, msgid, category)
/* When this is a SUID binary we must not allow accessing files
outside the dedicated directories. */
if (ENABLE_SECURE
&& memchr (single_locale, '/', single_locale) != NULL)
if (ENABLE_SECURE && strchr (single_locale, '/') != NULL)
/* Ingore this entry. */
continue;
}