X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fce44eb4a4d1c1793c2a1d2c40b1a1b30c413136..26c83295361ea3da5cd2c45b867069ad1a1d7349:/src/xbt/ex.c diff --git a/src/xbt/ex.c b/src/xbt/ex.c index 37f1768373..a0127e54c2 100644 --- a/src/xbt/ex.c +++ b/src/xbt/ex.c @@ -154,7 +154,7 @@ void xbt_ex_display(xbt_ex_t * e) int i; int cutpath = 0; TRY { // We don't want to have an exception while checking how to deal with the one we already have, do we? - cutpath = sg_cfg_get_boolean("exception/cutpath"); + cutpath = xbt_cfg_get_boolean("exception/cutpath"); } CATCH_ANONYMOUS { } fprintf(stderr, "\n");