From 4894b29fe2cc02e2d02ff25cfed8f374138898a1 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Mon, 19 Jun 2017 13:44:14 +0200 Subject: [PATCH] bummer --- examples/msg/io-storage/io-storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/msg/io-storage/io-storage.c b/examples/msg/io-storage/io-storage.c index 4d5b34ff26..974de4d6d9 100644 --- a/examples/msg/io-storage/io-storage.c +++ b/examples/msg/io-storage/io-storage.c @@ -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); } -- 2.20.1