projects
/
gpgme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2ef398
)
Fix last change
author
Werner Koch
<wk@gnupg.org>
Thu, 7 Oct 2010 12:54:17 +0000
(12:54 +0000)
committer
Werner Koch
<wk@gnupg.org>
Thu, 7 Oct 2010 12:54:17 +0000
(12:54 +0000)
src/w32-util.c
patch
|
blob
|
history
diff --git
a/src/w32-util.c
b/src/w32-util.c
index afac679562f6f673f0fb52b4ee5bf94743ab3053..e4820c19de468b21bf78a72d8db7a0814b7b8e85 100644
(file)
--- 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);