]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIOUltrasonixImageReader.cpp
Bug 1805:
[creaImageIO.git] / src / creaImageIOUltrasonixImageReader.cpp
index d5f6c655240da2f5f2b00acd13961719673bc324..4116bb7866e141fcaab14c74d7eb8ee1ce9ebade 100644 (file)
@@ -261,7 +261,7 @@ namespace creaImageIO
     if ( (i = attr.find("D0004_1500")) != attr.end())
     {
           boost::filesystem::path full_path(filename);
-          std::string f = full_path.leaf();
+          std::string f = full_path.leaf().string();
           i->second = f;
     }
     if ( (i = attr.find("D0028_0010")) != attr.end())