X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fa8e71be179a7a12e74bcc550fa6fe2c54b8446a..693f30b46244c152cd79cdf3ad35d4a79b866c9c:/src/surf/surfxml_parseplatf.c diff --git a/src/surf/surfxml_parseplatf.c b/src/surf/surfxml_parseplatf.c index 4e5a4a770c..9555060ffe 100644 --- a/src/surf/surfxml_parseplatf.c +++ b/src/surf/surfxml_parseplatf.c @@ -75,7 +75,7 @@ static void parse_Etag_trace(void) { tmgr_trace_t trace; if (!trace_file || strcmp(trace_file, "") != 0) { - trace = tmgr_trace_new(trace_file); + trace = tmgr_trace_new_from_file(trace_file); } else if (strcmp(surfxml_pcdata, "") == 0) { trace = NULL; } else {