X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/221538a27f21e52c182ae7fcc08c78c1175395b9..963b8d1182796bce58318c92742863a8d3f32b37:/src/surf/storage.c diff --git a/src/surf/storage.c b/src/surf/storage.c index 107208bdb7..cf54feb376 100644 --- a/src/surf/storage.c +++ b/src/surf/storage.c @@ -79,7 +79,7 @@ static surf_action_t storage_action_ls(void *storage, const char* path) else { // if directory does not exist yet in dict - if(!xbt_dict_get_or_null(ls_dict,file)); + if(!xbt_dict_get_or_null(ls_dict,file)) xbt_dict_set(ls_dict,file,NULL,NULL); } xbt_dynar_free(&dyn);