]> Creatis software - bbtk.git/commitdiff
Refixed a f*%£!!""# bug for at least the third time !
authorguigues <guigues>
Thu, 29 Jan 2009 08:45:29 +0000 (08:45 +0000)
committerguigues <guigues>
Thu, 29 Jan 2009 08:45:29 +0000 (08:45 +0000)
What happened with cvs ?

kernel/src/bbtkUtilities.cxx

index 7f8ed76c1e9bcd6a384edc3af0e72710cc03b07e..eeaabe5841649423d99f3e2e3ddbcf79df704b87 100644 (file)
@@ -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