]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdFilesFromDirectory.cxx
#2865 BBTK Feature New Normal - new option in CleanExternalPlane DimImage+2 (Type 1)
[bbtk.git] / packages / std / src / bbstdFilesFromDirectory.cxx
index 05283bcc7017b62055760b9e5a0b1e0fe9695fa5..61fb34c9c5a4e6a2b4bd93446c9367faa5a7e6d7 100644 (file)
@@ -188,7 +188,7 @@ int FilesFromDirectory::Explore(std::string const &dirpath, bool recursive)
   // Real POSIX implementation: scandir is a BSD extension only, and doesn't 
   // work on debian for example
 
-       DIR* dir = opendir(dirName.c_str());
+       DIR* dir = opendir( dirName.c_str() );
        if (!dir)
        {
                return 0;