Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix some doxygen errors
[simgrid.git] / src / smpi / internals / smpi_bench.cpp
index 0b04777131c58d4e90d127dd7c58a33e2c06281d..542c0ee1e64057ad9f7694620b010f3a41663753 100644 (file)
@@ -430,6 +430,7 @@ void smpi_trace_set_call_location(const char* file, const int line, const char*
     loc->filename = simgrid::xbt::Path(file).get_base_name();
   else
     loc->filename = file;
+  std::replace(loc->filename.begin(), loc->filename.end(), ' ', '_');
   loc->linenumber = line;
   loc->func_call  = call_name;
 }