From: mquinson Date: Wed, 12 Apr 2006 14:53:59 +0000 (+0000) Subject: typo X-Git-Tag: v3.3~3211 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/cacec1086365a2ab8656e6b33a4ee945ea10e26a typo git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2147 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/ex.c b/src/xbt/ex.c index c7c216190c..c1d254653b 100644 --- a/src/xbt/ex.c +++ b/src/xbt/ex.c @@ -205,7 +205,7 @@ void xbt_ex_setup_backtrace(xbt_ex_t *e) { /* check whether the trick worked */ if (strcmp("??",line_func)) { - e->bt_strings[i] = bprintf("** In %s() in %s (dynamic symbol)", line_func,line_pos); + e->bt_strings[i] = bprintf("** In %s() at %s (dynamic symbol)", line_func,line_pos); } else { /* damn, nothing to do here. Let's print the raw address */ e->bt_strings[i] = bprintf("** In ?? (%s)", backtrace[i]);