aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32-util.c')
-rw-r--r--src/w32-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32-util.c b/src/w32-util.c
index afac6795..e4820c19 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);