Author: cazfi
Date: Sun May  8 17:25:45 2016
New Revision: 32621

URL: http://svn.gna.org/viewcvs/freeciv?rev=32621&view=rev
Log:
Use correct dir separator for challenge file path.

See bug #24641

Modified:
    branches/S2_6/client/connectdlg_common.c

Modified: branches/S2_6/client/connectdlg_common.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/client/connectdlg_common.c?rev=32621&r1=32620&r2=32621&view=diff
==============================================================================
--- branches/S2_6/client/connectdlg_common.c    (original)
+++ branches/S2_6/client/connectdlg_common.c    Sun May  8 17:25:45 2016
@@ -573,7 +573,7 @@
 
     /* get the full filename path */
     interpret_tilde(challenge_fullname, sizeof(challenge_fullname),
-                    "~/.freeciv/");
+                    "~" DIR_SEPARATOR ".freeciv" DIR_SEPARATOR);
     make_dir(challenge_fullname);
 
     sz_strlcat(challenge_fullname, filename);


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to