ChangeLog... On Fri, 13 Aug 2010, Enlightenment SVN wrote:
> Log: > * eet: fix version and trigger the right alloc path. > > Author: cedric > Date: 2010-08-13 10:12:08 -0700 (Fri, 13 Aug 2010) > New Revision: 51093 > > Modified: > trunk/eet/src/lib/eet_data.c > > Modified: trunk/eet/src/lib/eet_data.c > =================================================================== > --- trunk/eet/src/lib/eet_data.c 2010-08-13 17:04:13 UTC (rev 51092) > +++ trunk/eet/src/lib/eet_data.c 2010-08-13 17:12:08 UTC (rev 51093) > @@ -1683,7 +1683,7 @@ > > eddc->name = name; > eddc->size = size; > - eddc->version = 1; > + eddc->version = EET_DATA_DESCRIPTOR_CLASS_VERSION; > > eddc->func.mem_alloc = _eet_mem_alloc; > eddc->func.mem_free = _eet_mem_free; > @@ -1714,7 +1714,7 @@ > if (!eet_eina_stream_data_descriptor_class_set(eddc, eddc_size, name, > size)) > return EINA_FALSE; > > - eddc->version = 2; > + eddc->version = EET_DATA_DESCRIPTOR_CLASS_VERSION; > > eddc->func.hash_add = (void * (*)(void *, const char *, void > *))_eet_eina_hash_direct_add_alloc; > eddc->func.str_direct_alloc = _eet_str_direct_alloc; > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > enlightenment-svn mailing list > enlightenment-...@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > > ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel