search for: 6ef4b23

Displaying 1 result from an estimated 1 matches for "6ef4b23".

2007 Oct 10
0
2 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_script_function.h
...23ad514f36e331a010 (from 0c961bd3f00f8bc768e085f449df7ffb828a8e50) Author: Benjamin Otte <otte at gnome.org> Date: Wed Oct 10 16:37:18 2007 +0200 use the original target as target of defined functions diff --git a/libswfdec/swfdec_as_interpret.c b/libswfdec/swfdec_as_interpret.c index 6ef4b23..907e01e 100644 --- a/libswfdec/swfdec_as_interpret.c +++ b/libswfdec/swfdec_as_interpret.c @@ -1844,9 +1844,9 @@ swfdec_action_define_function (SwfdecAsC /* see function-scope tests */ if (cx->version > 5) { /* FIXME: or original target? */ - fun = swfdec_as_script_function_new...