Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update doc on viva and remove more stuff
[simgrid.git] / src / instr / instr_paje_events.cpp
index 2a6ef0c..29b7e34 100644 (file)
@@ -137,7 +137,7 @@ void StateEvent::print()
       stream << " " << value->getId();
 
     if (TRACE_display_sizes())
-      stream << " " << (extra_ != nullptr) ? extra_->display_size() : 0;
+      stream << " " << ((extra_ != nullptr) ? extra_->display_size() : 0);
 
 #if HAVE_SMPI
     if (xbt_cfg_get_boolean("smpi/trace-call-location")) {