From: guigues Date: Thu, 29 Jan 2009 08:45:29 +0000 (+0000) Subject: Refixed a f*%£!!""# bug for at least the third time ! X-Git-Tag: v0.9.1~1 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=e97caf8b03ac7cd466a36d68dda8b762d4f4a596;p=bbtk.git Refixed a f*%£!!""# bug for at least the third time ! What happened with cvs ? --- diff --git a/kernel/src/bbtkUtilities.cxx b/kernel/src/bbtkUtilities.cxx index 7f8ed76..eeaabe5 100644 --- a/kernel/src/bbtkUtilities.cxx +++ b/kernel/src/bbtkUtilities.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkUtilities.cxx,v $ Language: C++ - Date: $Date: 2009/01/28 11:54:04 $ - Version: $Revision: 1.12 $ + Date: $Date: 2009/01/29 08:45:29 $ + Version: $Revision: 1.13 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -279,8 +279,10 @@ namespace bbtk #endif #elif defined(_WIN32) - if (c != '\\') - libname = path+"\\bb"; + if (c != '\\') + libname += "\\bb"; + else + libname += "bb"; libname += pkgname; libname += ".dll"; #endif