[GRASS-SVN] r58823 - grass/branches/develbranch_6/lib/db/dbmi_base

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 1 08:02:26 PST 2014


Author: neteler
Date: 2014-02-01 08:02:26 -0800 (Sat, 01 Feb 2014)
New Revision: 58823

Modified:
   grass/branches/develbranch_6/lib/db/dbmi_base/login.c
Log:
dbmi: do not overwrite login file of previous version

Modified: grass/branches/develbranch_6/lib/db/dbmi_base/login.c
===================================================================
--- grass/branches/develbranch_6/lib/db/dbmi_base/login.c	2014-02-01 15:53:22 UTC (rev 58822)
+++ grass/branches/develbranch_6/lib/db/dbmi_base/login.c	2014-02-01 16:02:26 UTC (rev 58823)
@@ -28,7 +28,7 @@
 
     if (!file) {
 	file = (char *)malloc(1000);
-	sprintf(file, "%s/.grasslogin64", G_home());
+	sprintf(file, "%s/.grasslogin65", G_home());
     }
     return file;
 }



More information about the grass-commit mailing list