From: Werner Koch Date: Thu, 7 Oct 2010 12:54:17 +0000 (+0000) Subject: Fix last change X-Git-Tag: gpgme-1.3.1~40 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=de9f0b932e7bbd6d861228e06fdd57af59bebd23;p=gpgme.git Fix last change --- diff --git a/src/w32-util.c b/src/w32-util.c index afac679..e4820c1 100644 --- a/src/w32-util.c +++ b/src/w32-util.c @@ -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);