From 80c1a2cfb0528d85b659be0a62663b6cf54a5eae Mon Sep 17 00:00:00 2001 From: suter Date: Sat, 5 Oct 2013 16:10:03 +0200 Subject: [PATCH 1/1] should be sg_storage_size_t here too --- src/surf/storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surf/storage.c b/src/surf/storage.c index c36d8e68b4..e492a9c12b 100644 --- a/src/surf/storage.c +++ b/src/surf/storage.c @@ -207,7 +207,7 @@ static xbt_dict_t storage_get_content(void *storage) xbt_dict_t content_dict = xbt_dict_new_homogeneous(NULL); xbt_dict_cursor_t cursor = NULL; char *file; - char *size; + sg_storage_size_t *size; xbt_dict_foreach(((storage_t)st)->content, cursor, file, size){ xbt_dict_set(content_dict,file,(void*)size,NULL); } -- 2.20.1