X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/31b4c42308e732920cf7ffbabaaf72fc1e5642e3..f32b453f46c267383528c895fdc2913e80522399:/process.cpp?ds=inline diff --git a/process.cpp b/process.cpp index c519cd8..bf016ef 100644 --- a/process.cpp +++ b/process.cpp @@ -21,7 +21,7 @@ double process::total_load_exit = 0.0; namespace { - void sleep_until_date(double& date, double duration = 0.0) + void sleep_until_date(double& date, double duration) { double sleep_duration = date - MSG_get_clock(); if (sleep_duration > 0.0)