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("/");


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to