X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/89df6a48741330160c27b692f6fbfc213db31cbe..a6f00a784a0d052de2001804276ceee8e43a6334:/examples/msg/io/file.c diff --git a/examples/msg/io/file.c b/examples/msg/io/file.c index 729d64e8e6..ed8e91ad8a 100644 --- a/examples/msg/io/file.c +++ b/examples/msg/io/file.c @@ -34,7 +34,7 @@ int host(int argc, char *argv[]) { msg_file_t file = NULL; s_msg_stat_t stat; - void *ptr; + void *ptr = NULL; char* mount = bprintf("/home"); size_t read,write;