Enlightenment CVS committal Author : rephorm Project : e17 Module : proto
Dir : e17/proto/etk/src/lib Modified Files: etk_object.c Log Message: ok. this 'fix' definitely didn't make any sense. but, why does it 'fix' things on amd64? (and why doesn't what's here work correctly?) any takers who know more about varargs? =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/etk/src/lib/etk_object.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- etk_object.c 6 Oct 2005 02:33:45 -0000 1.2 +++ etk_object.c 6 Oct 2005 23:33:37 -0000 1.3 @@ -359,7 +359,7 @@ { if (type->property_set) { - property_value = etk_property_value_create_valist(etk_property_type_get(property), args); + property_value = etk_property_value_create_valist(etk_property_type_get(property), &args); type->property_set(object, property->id, property_value); etk_property_value_delete(property_value); } ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs