X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c271a138a06f077fe6b3dd8a51935d83edc31980..4c506a1e81412766b68c4a2ab989790562ec1ff0:/src/instr/interface.c?ds=inline diff --git a/src/instr/interface.c b/src/instr/interface.c index daab4a454d..64a2445aa3 100644 --- a/src/instr/interface.c +++ b/src/instr/interface.c @@ -158,7 +158,7 @@ void TRACE_define_type (const char *type, int TRACE_create_category (const char *category, const char *type, const char *parent_category) { - if (!IS_TRACING) return; + if (!IS_TRACING) return 1; //check if type is defined if (!xbt_dict_get_or_null (defined_types, type)) {