Fix last change

This commit is contained in:
Werner Koch 2010-10-07 12:54:17 +00:00
parent c2ef39811d
commit de9f0b932e

View 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);