diff options
Diffstat (limited to 'common/homedir.c')
-rw-r--r-- | common/homedir.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/homedir.c b/common/homedir.c index e9e75d01e..4b6e46e88 100644 --- a/common/homedir.c +++ b/common/homedir.c @@ -305,6 +305,9 @@ default_homedir (void) { char *tmp, *p; + /* This is deprecated; gpgconf --list-dirs prints a + * warning if the homedir has been taken from the + * registry. */ tmp = read_w32_registry_string (NULL, GNUPG_REGISTRY_DIR, "HomeDir"); |