strange

etk_property_value_create_valist requires a va_list *arg and in
etk_object_properties_set_valist, args is of type va_list, not va_list *

maybe the problem is not there

Vincent

On Wed, 5 Oct 2005 [email protected] wrote:

> Enlightenment CVS committal
>
> Author  : rephorm
> Project : e17
> Module  : proto
>
> Dir     : e17/proto/etk/src/lib
>
>
> Modified Files:
>       etk_object.c
>
>
> Log Message:
>
> pretty sure this & shouldn't be here...
> cause a segv on amd64. why did it work anywhere else?
>
> ===================================================================
> RCS file: /cvsroot/enlightenment/e17/proto/etk/src/lib/etk_object.c,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -u -3 -r1.1 -r1.2
> --- etk_object.c      1 Oct 2005 16:29:45 -0000       1.1
> +++ etk_object.c      6 Oct 2005 02:33:45 -0000       1.2
> @@ -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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs
>


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to