gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r355 - GNUnet/src/applications/sqstore_mysql


From: durner
Subject: [GNUnet-SVN] r355 - GNUnet/src/applications/sqstore_mysql
Date: Thu, 3 Mar 2005 10:17:46 -0800 (PST)

Author: durner
Date: 2005-03-03 10:17:45 -0800 (Thu, 03 Mar 2005)
New Revision: 355

Modified:
   GNUnet/src/applications/sqstore_mysql/mysql.c
Log:
fix

Modified: GNUnet/src/applications/sqstore_mysql/mysql.c
===================================================================
--- GNUnet/src/applications/sqstore_mysql/mysql.c       2005-03-03 18:12:49 UTC 
(rev 354)
+++ GNUnet/src/applications/sqstore_mysql/mysql.c       2005-03-03 18:17:45 UTC 
(rev 355)
@@ -1178,7 +1178,7 @@
   home_dir = pw->pw_dir;
 #else
   home_dir = (char *) MALLOC(_MAX_PATH + 1);
-  conv_to_win_path("$HOME", home_dir);
+  conv_to_win_path("~/", home_dir);
 #endif
   nX = strlen(home_dir)+1024;
   cnffile = getConfigurationString("MYSQL",





reply via email to

[Prev in Thread] Current Thread [Next in Thread]