On Thursday, August 9, 2012, Enlightenment SVN wrote: > Log: > edje: don't compile if we have a group without a name
Maybe show file and line so we know where we forgot? > > Author: yoz > Date: 2012-08-09 01:57:35 -0700 (Thu, 09 Aug 2012) > New Revision: 75035 > Trac: http://trac.enlightenment.org/e/changeset/75035 > > Modified: > trunk/edje/src/bin/edje_cc_out.c > > Modified: trunk/edje/src/bin/edje_cc_out.c > =================================================================== > --- trunk/edje/src/bin/edje_cc_out.c 2012-08-09 08:27:04 UTC (rev 75034) > +++ trunk/edje/src/bin/edje_cc_out.c 2012-08-09 08:57:35 UTC (rev 75035) > @@ -2052,6 +2052,11 @@ > unsigned int id = 0; > unsigned int i; > > + if (!pc->part) > + { > + ERR("A collection without a name was detected, that's not > allowed."); > + exit(-1); > + } > find = eina_hash_find(edje_file->collection, pc->part); > if (find && find->id == pc->id) > continue ; > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > enlightenment-svn mailing list > enlightenment-...@lists.sourceforge.net <javascript:;> > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: barbi...@gmail.com Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel