From a6b667478034cee6efde4b0828ad4a263345355f Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 31 May 2015 17:42:12 -0700 Subject: Cloud storage: rethink the terminology used Cloud storage makes more sense that remote storage - at least I assume that more people are used to thinking about "storing things in the cloud". Don't use PIN or passphrase, call it a password everywhere. Don't use copy_string() to copy the password - the git credentials routine asserts that password is not NULL, so make sure we at least have a pointer to an empty string here. Signed-off-by: Dirk Hohndel --- subsurfacestartup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subsurfacestartup.c') diff --git a/subsurfacestartup.c b/subsurfacestartup.c index 429b40395..0254f0a5a 100644 --- a/subsurfacestartup.c +++ b/subsurfacestartup.c @@ -248,7 +248,7 @@ void free_prefs(void) free((void*)prefs.default_filename); free((void*)prefs.default_cylinder); free((void*)prefs.divelist_font); - free((void*)prefs.passphrase); + free((void*)prefs.cloud_storage_password); free(prefs.proxy_host); free(prefs.proxy_user); free(prefs.proxy_pass); -- cgit v1.2.3-70-g09d2