### Eclipse Workspace Patch 1.0 #P certi Index: RTIG/Federation.cc =================================================================== RCS file: /sources/certi/certi/RTIG/Federation.cc,v retrieving revision 3.146 diff -u -r3.146 Federation.cc --- RTIG/Federation.cc 28 Sep 2011 20:03:49 -0000 3.146 +++ RTIG/Federation.cc 28 Oct 2011 14:57:43 -0000 @@ -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/");