1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Fixed w32-gettext.

This commit is contained in:
Werner Koch 2008-10-28 15:00:23 +00:00
parent 668398b300
commit 028327d827
29 changed files with 60 additions and 55 deletions

View file

@ -1647,6 +1647,7 @@ gettext( const char *msgid )
/*NOTREACHED*/
}
not_found:
/* Now we try the default method: binary search in the sorted array
of messages. */
bottom = 0;
@ -1667,7 +1668,6 @@ gettext( const char *msgid )
return get_string (domain, act);
}
not_found:
return msgid;
}