Bug reported by Kuri.
SVN revision: 82749
+2013-01-14 Cedric Bail
+
+ * Fix bug in eio_file_map_new container set.
+
2013-01-14 Albin Tonerre
* Fix endianess issue in Eet_Image.
* Fix not up to date clip cache for Evas_Object_Text.
* Evas texblock: Fixed a bug with breaking after format items.
* Fix endianess issue in Eet_Image.
+ * Fix bug in eio_file_map_new container set.
map = malloc(sizeof (Eio_File_Map_Rule));
EINA_SAFETY_ON_NULL_RETURN_VAL(map, NULL);
- map->common.container = f;
+ map->file = f;
map->filter_cb = filter_cb;
map->map_cb = map_cb;
map->rule = rule;