search for: 3af3b46

Displaying 1 result from an estimated 1 matches for "3af3b46".

Did you mean: 3af3442
2007 Sep 14
0
4 commits - libswfdec/swfdec_as_function.c libswfdec/swfdec_as_object.c test/trace
...18b8357b08abcdee90f4438b48b7 (from ab6ffb4d04434ff98ae0df7cfe1b302479fd74e6) Author: Benjamin Otte <otte at gnome.org> Date: Fri Sep 14 12:27:23 2007 +0200 document that the args need to stay available. diff --git a/libswfdec/swfdec_as_function.c b/libswfdec/swfdec_as_function.c index 3af3b46..b1fdec2 100644 --- a/libswfdec/swfdec_as_function.c +++ b/libswfdec/swfdec_as_function.c @@ -105,7 +105,9 @@ swfdec_as_function_set_constructor (Swfd * @function: the #SwfdecAsFunction to call * @thisp: this argument to use for the call or %NULL for none * @n_args: number of arguments to pas...