summaryrefslogtreecommitdiffstats
path: root/jnlib/w32-gettext.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-10-29 09:38:07 +0100
committerWerner Koch <wk@gnupg.org>2008-10-29 09:38:07 +0100
commitd68deedb30f060a61861aca0911b6ebcf29898ee (patch)
treef4b65fbd846a31df800c86b0c2ea120f1b204ebd /jnlib/w32-gettext.c
parentFixed w32-gettext. (diff)
downloadgnupg2-d68deedb30f060a61861aca0911b6ebcf29898ee.tar.xz
gnupg2-d68deedb30f060a61861aca0911b6ebcf29898ee.zip
Fix last chnage. Reported by Tom Pegios.
Diffstat (limited to '')
-rw-r--r--jnlib/w32-gettext.c2
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)