1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Fix last chnage. Reported by Tom Pegios.

This commit is contained in:
Werner Koch 2008-10-29 08:38:07 +00:00
parent 028327d827
commit d68deedb30
2 changed files with 6 additions and 1 deletions

View file

@ -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)