certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi/RTIG Federation.cc


From: CERTI CVS commits
Subject: [certi-cvs] certi/RTIG Federation.cc
Date: Fri, 09 Sep 2011 14:31:27 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      11/09/09 14:31:27

Modified files:
        RTIG           : Federation.cc 

Log message:
        Fix Windows path escape

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/RTIG/Federation.cc?cvsroot=certi&r1=3.143&r2=3.144

Patches:
Index: Federation.cc
===================================================================
RCS file: /sources/certi/certi/RTIG/Federation.cc,v
retrieving revision 3.143
retrieving revision 3.144
diff -u -b -r3.143 -r3.144
--- Federation.cc       9 Sep 2011 11:18:51 -0000       3.143
+++ Federation.cc       9 Sep 2011 14:31:26 -0000       3.144
@@ -18,7 +18,7 @@
 // along with this program ; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 //
-// $Id: Federation.cc,v 3.143 2011/09/09 11:18:51 erk Exp $
+// $Id: Federation.cc,v 3.144 2011/09/09 14:31:26 erk Exp $
 // ----------------------------------------------------------------------------
 
 #include <config.h>
@@ -190,7 +190,7 @@
 #ifdef WIN32
         char temp[260];
         GetCurrentDirectory(260,temp);
-        fom_paths.insert(fom_paths.end(),string(temp)+"\share\\federations\\");
+        
fom_paths.insert(fom_paths.end(),string(temp)+"\\share\\federations\\");
 #endif
 
         /* add pathes from CERTI_FOM_PATH */
@@ -2733,5 +2733,5 @@
 
 }} // namespace certi/rtig
 
-// $Id: Federation.cc,v 3.143 2011/09/09 11:18:51 erk Exp $
+// $Id: Federation.cc,v 3.144 2011/09/09 14:31:26 erk Exp $
 



reply via email to

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