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: Sat, 29 Oct 2011 17:07:02 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      11/10/29 17:07:02

Modified files:
        RTIG           : Federation.cc 

Log message:
        Fix FOM search path regression on Windows.
        Patch from Jan-Patrick.

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

Patches:
Index: Federation.cc
===================================================================
RCS file: /sources/certi/certi/RTIG/Federation.cc,v
retrieving revision 3.146
retrieving revision 3.147
diff -u -b -r3.146 -r3.147
--- Federation.cc       28 Sep 2011 20:03:49 -0000      3.146
+++ Federation.cc       29 Oct 2011 17:07:02 -0000      3.147
@@ -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.146 2011/09/28 20:03:49 erk Exp $
+// $Id: Federation.cc,v 3.147 2011/10/29 17:07:02 erk Exp $
 // ----------------------------------------------------------------------------
 
 #include <config.h>
@@ -202,7 +202,7 @@
         }
 
 #ifdef WIN32
-        fom_paths.insert(fom_paths.end(),PACKAGE_INSTALL_PREFIX 
"\\share\\federations");
+        fom_paths.insert(fom_paths.end(),PACKAGE_INSTALL_PREFIX 
"\\share\\federations\\");
 #else
         fom_paths.insert(fom_paths.end(),PACKAGE_INSTALL_PREFIX 
"/share/federations/");
         fom_paths.insert(fom_paths.end(),"/usr/local/share/federations/");
@@ -2794,5 +2794,5 @@
 
 }} // namespace certi/rtig
 
-// $Id: Federation.cc,v 3.146 2011/09/28 20:03:49 erk Exp $
+// $Id: Federation.cc,v 3.147 2011/10/29 17:07:02 erk Exp $
 



reply via email to

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