[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21944] branches/soc-2008-mxcurioni/source /blender/freestyle/intern/system/FreestyleConfig.h: Changed DIR_SEP for WIN32 from "\\\\" (double backslashes) to

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Mon Jul 27 21:31:24 CEST 2009


Revision: 21944
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21944
Author:   kjym3
Date:     2009-07-27 21:31:24 +0200 (Mon, 27 Jul 2009)

Log Message:
-----------
Changed DIR_SEP for WIN32 from "\\\\" (double backslashes) to
"\\" (single backslash).

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/FreestyleConfig.h

Modified: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/FreestyleConfig.h
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/FreestyleConfig.h	2009-07-27 19:06:33 UTC (rev 21943)
+++ branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/FreestyleConfig.h	2009-07-27 19:31:24 UTC (rev 21944)
@@ -44,7 +44,7 @@
 
   // Directory separators
 # ifdef WIN32
-  static const string DIR_SEP("\\\\");
+  static const string DIR_SEP("\\");
   static const string PATH_SEP(";");
 # else
   static const string DIR_SEP("/");





More information about the Bf-blender-cvs mailing list