diff options
Diffstat (limited to 'g10/trustdb.c')
-rw-r--r-- | g10/trustdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/trustdb.c b/g10/trustdb.c index 9ef4644bf..bf74c9864 100644 --- a/g10/trustdb.c +++ b/g10/trustdb.c @@ -479,7 +479,7 @@ how_to_fix_the_trustdb () name = "trustdb.gpg"; log_info (_("You may try to re-create the trustdb using the commands:\n")); - log_info (" cd %s\n", default_homedir ()); + log_info (" cd %s\n", gnupg_homedir ()); log_info (" %s --export-ownertrust > otrust.tmp\n", GPG_NAME); #ifdef HAVE_W32_SYSTEM log_info (" del %s\n", name); |