瀏覽代碼

db.login: use G_config_path()

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59319 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 年之前
父節點
當前提交
8520abf7aa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      db/db.login/main.c

+ 1 - 1
db/db.login/main.c

@@ -74,7 +74,7 @@ int main(int argc, char *argv[])
     }
     }
     
     
     if (password->answer)
     if (password->answer)
-        G_important_message(_("The password was stored in file (%s/dblogin)"), CONFIG_DIR);
+        G_important_message(_("The password was stored in file (%s/dblogin)"), G_config_path());
     
     
     exit(EXIT_SUCCESS);
     exit(EXIT_SUCCESS);
 }
 }