Fix last change
authorWerner Koch <wk@gnupg.org>
Thu, 7 Oct 2010 12:54:17 +0000 (12:54 +0000)
committerWerner Koch <wk@gnupg.org>
Thu, 7 Oct 2010 12:54:17 +0000 (12:54 +0000)
src/w32-util.c

index afac679562f6f673f0fb52b4ee5bf94743ab3053..e4820c19de468b21bf78a72d8db7a0814b7b8e85 100644 (file)
@@ -600,7 +600,7 @@ _gpgme_w32ce_get_debug_envvar (void)
 {
   char *tmp;
 
-  tmp = w32_read_registry (L"\\Software\\GNU\\gpgme", L"debug");
+  tmp = read_w32_registry_string (NULL, L"\\Software\\GNU\\gpgme", L"debug");
   if (tmp && !*tmp)
     {
       free (tmp);