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:
parent
668398b300
commit
028327d827
29 changed files with 60 additions and 55 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue