Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
bummer
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 19 Jun 2017 11:44:14 +0000 (13:44 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 19 Jun 2017 11:44:14 +0000 (13:44 +0200)
examples/msg/io-storage/io-storage.c

index 4d5b34f..974de4d 100644 (file)
@@ -104,7 +104,7 @@ static int host(int argc, char *argv[]){
   xbt_dict_foreach(contents, curs, mountname, content){
     XBT_INFO("Print the content of mount point: %s",mountname);
     xbt_dict_foreach(content,curs2,path,size){
-      XBT_INFO("%s size: %llu bytes", path, *(sg_size_t*)size);
+      XBT_INFO("%s size: %llu bytes", path, *((sg_size_t*)size));
     }
     xbt_dict_free(&content);
   }