From: suter Date: Thu, 6 Jun 2013 17:07:18 +0000 (+0200) Subject: copy/paste error X-Git-Tag: v3_9_90~324^2~4 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e3efe5fac18e1bd2093165a494bd113fb7e93a4e copy/paste error --- diff --git a/src/simix/smx_io.c b/src/simix/smx_io.c index baceaf1131..dfecdf0120 100644 --- a/src/simix/smx_io.c +++ b/src/simix/smx_io.c @@ -313,8 +313,8 @@ void SIMIX_post_io(smx_action_t action) simcall_file_ls__set__result(simcall, (action->io.surf_io)->ls_dict); break; case SIMCALL_FILE_GET_SIZE: - xbt_free(simcall_file_close__get__fd(simcall)); - simcall_file_close__set__result(simcall, 0); + xbt_free(simcall_file_get_size__get__fd(simcall)); + simcall_file_get_size__set__result(simcall, 0); break; default: