diff options
author | Werner Koch <[email protected]> | 2014-01-08 10:47:07 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-01-08 10:47:07 +0000 |
commit | 75ba215ebd8be7e14b26bb53ef3c7d41e4ce1e02 (patch) | |
tree | 3e3f63f0e8e680db32b261ea91091de7499cd96e /common/homedir.c | |
parent | gpg: Change --show-session-key to print the session key earlier. (diff) | |
download | gnupg-75ba215ebd8be7e14b26bb53ef3c7d41e4ce1e02.tar.gz gnupg-75ba215ebd8be7e14b26bb53ef3c7d41e4ce1e02.zip |
w32: Add macro for the registry key.
* configure.ac (GNUPG_REGISTRY_DIR) [W32]: New ac-define.
* common/homedir.c (default_homedir): Use it.
* common/logging.c (do_logv): Use it.
Diffstat (limited to 'common/homedir.c')
-rw-r--r-- | common/homedir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/homedir.c b/common/homedir.c index 682df9ab0..77622a1d4 100644 --- a/common/homedir.c +++ b/common/homedir.c @@ -222,7 +222,7 @@ default_homedir (void) char *tmp; tmp = read_w32_registry_string (NULL, - "Software\\GNU\\" GNUPG_NAME, + GNUPG_REGISTRY_DIR, "HomeDir"); if (tmp && !*tmp) { |