From: degomme Date: Wed, 1 Jun 2016 06:26:57 +0000 (+0200) Subject: oops X-Git-Tag: v3_14~1075 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1e9a5b4a5be1a05e313c3a972dfeb7a4d97dfa53 oops --- diff --git a/src/instr/jedule/jedule_output.cpp b/src/instr/jedule/jedule_output.cpp index f2d64daac3..bde765fa4c 100644 --- a/src/instr/jedule/jedule_output.cpp +++ b/src/instr/jedule/jedule_output.cpp @@ -71,7 +71,7 @@ static void get_hierarchy_string(jed_simgrid_container_t container, char *outbuf } else { snprintf(buf, 1024, "%d", number); } - sntrcat(outbuf, buf, strlen(buf)); + strncat(outbuf, buf, strlen(buf)); } xbt_dynar_free(&hier_list);