X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4360c655a388faa67e07bf1131772d566fc555a2..0bb2f73d0ec9cd4db699a802178b21db75d8f2af:/src/jxbt_utilities.h diff --git a/src/jxbt_utilities.h b/src/jxbt_utilities.h index a41194248e..dc06f1bca8 100644 --- a/src/jxbt_utilities.h +++ b/src/jxbt_utilities.h @@ -61,7 +61,7 @@ jfieldID jxbt_get_sfield(JNIEnv * env, const char *classname, jxbt_throw_transfer_failure(env,detail); \ } else if (res == MSG_TIMEOUT) { \ jxbt_throw_time_out_failure(env,detail); \ - } else if (res == MSG_TASK_CANCELLED){ \ + } else if (res == MSG_TASK_CANCELED){ \ jxbt_throw_task_cancelled(env,detail); \ } } while (0)