gpg2 svn 4862 will not execute under win32

Werner Koch wk at gnupg.org
Wed Oct 29 08:52:09 CET 2008


On Tue, 28 Oct 2008 23:37, tomp at idirect.com said:

> If I restore the previous version "jnlib/w32-gettext.c" gpg2.exe runs
> without any problems

The mo file was not found and thus no translation available.  Fixed in
4863 or with this patch:

--- w32-gettext.c       (revision 4862)
+++ w32-gettext.c       (working copy)
@@ -1603,7 +1603,7 @@
   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)


(And I already built the gpg4win 1.9.9 yesterday evening, fortunately not
yet published.)

Thanks,

  Werner

-- 
Die Gedanken sind frei.  Auschnahme regelt ein Bundeschgesetz.




More information about the Gnupg-devel mailing list