]> Creatis software - crea.git/blobdiff - src/creaFilesFromDirectory.cxx
BUG link boost
[crea.git] / src / creaFilesFromDirectory.cxx
index 06c5e6f024895bb148c9b694845cae3eee698cb8..e9d1f46c38a41330616c1124a9abd5f4f9486aed 100644 (file)
@@ -3,8 +3,8 @@
   Program:   crea
   Module:    $RCSfile: creaFilesFromDirectory.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/12/03 14:53:42 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2009/03/19 08:00:50 $
+  Version:   $Revision: 1.3 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -53,6 +53,7 @@ std::string DirList::NormalizePath(std::string const &pathname)
    const char FILESEPARATOR = '/';
 #endif
 
+       
    std::string name = pathname;
    int size = name.size();