X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/82791f187dbb46144e40afb1a2b6a467df41dbc1..73e354350570d611a62abfa09276681893111696:/src/bindings/java/jmsg.c diff --git a/src/bindings/java/jmsg.c b/src/bindings/java/jmsg.c index 6c4b587462..8a6a626e11 100644 --- a/src/bindings/java/jmsg.c +++ b/src/bindings/java/jmsg.c @@ -62,7 +62,7 @@ void jmsg_throw_status(JNIEnv *env, msg_error_t status) { jxbt_throw_host_failure(env,NULL); break; default: - jxbt_throw_native(env,bprintf("communication failed")); + jxbt_throw_native(env,xbt_strdup("communication failed")); } } @@ -144,8 +144,7 @@ JNIEXPORT void JNICALL rv = MSG_main(); XBT_DEBUG("Done running MSG_MAIN"); jxbt_check_res("MSG_main()", rv, MSG_OK, - bprintf - ("unexpected error : MSG_main() failed .. please report this bug ")); + xbt_strdup("unexpected error : MSG_main() failed .. please report this bug ")); XBT_INFO("MSG_main finished; Cleaning up the simulation..."); /* Cleanup java hosts */