diff options
Diffstat (limited to '')
-rw-r--r-- | jnlib/w32-gettext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jnlib/w32-gettext.c b/jnlib/w32-gettext.c index 5ff25439f..ba1d65265 100644 --- a/jnlib/w32-gettext.c +++ b/jnlib/w32-gettext.c @@ -1603,7 +1603,7 @@ gettext( const char *msgid ) size_t top, bottom; if (!(domain = the_domain)) - goto not_found; + return msgid; /* Locate the MSGID and its translation. */ if (domain->hash_size > 2 && domain->hash_tab) |