Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do append the right buffer to the message when we switched to dynamic logs; be more...
[simgrid.git] / src / xbt / xbt_log_layout_format.c
index 5e6bb17..8aef6f5 100644 (file)
@@ -387,6 +387,7 @@ static void xbt_log_layout_format_doit(xbt_log_layout_t l,
       q++;
     } else {
       *(p++) = *(q++);
+      check_overflow;     
     }
   }
   *p = '\0';