Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
oops
authordegomme <augustin.degomme@unibas.ch>
Wed, 1 Jun 2016 06:26:57 +0000 (08:26 +0200)
committerdegomme <augustin.degomme@unibas.ch>
Wed, 1 Jun 2016 06:26:57 +0000 (08:26 +0200)
src/instr/jedule/jedule_output.cpp

index f2d64da..bde765f 100644 (file)
@@ -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);