From 87c6fa8e89ef8aa6907f56dafffd65aae8c6019f Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Mon, 14 May 2012 16:49:18 +0200 Subject: [PATCH] SD_simulate doesn't return a NULL-terminated array since a long time now --- src/simdag/sd_global.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simdag/sd_global.c b/src/simdag/sd_global.c index 31ad28ecb1..4a26829905 100644 --- a/src/simdag/sd_global.c +++ b/src/simdag/sd_global.c @@ -204,7 +204,7 @@ void SD_create_environment(const char *platform_file) * Then you can call SD_simulate() again. * * \param how_long maximum duration of the simulation (a negative value means no time limit) - * \return a NULL-terminated array of \ref SD_task_t whose state has changed. + * \return a dynar of \ref SD_task_t whose state has changed. * \see SD_task_schedule(), SD_task_watch() */ -- 2.20.1