X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dc1369e2055686dde3d178efb2001dbad8972d54..cdd4d20278cbee5a9f11f9f455bff8836410568c:/src/xbt/xbt_replay.cpp diff --git a/src/xbt/xbt_replay.cpp b/src/xbt/xbt_replay.cpp index 7af9758b06..2c51d9d81a 100644 --- a/src/xbt/xbt_replay.cpp +++ b/src/xbt/xbt_replay.cpp @@ -102,7 +102,7 @@ static void handle_action(ReplayAction& action) action_fun function = action_funs.at(action.at(1)); try { function(action); - } catch (xbt_ex& e) { + } catch (const Exception& e) { action.clear(); xbt_die("Replay error:\n %s", e.what()); }