search for: 907e01e

Displaying 1 result from an estimated 1 matches for "907e01e".

Did you mean: 90701f
2007 Oct 10
0
2 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_script_function.h
...5f44ab3 (from 3d089e6c7d75cdf5584e2123ad514f36e331a010) Author: Benjamin Otte <otte at gnome.org> Date: Wed Oct 10 16:38:37 2007 +0200 don't set the target of functions defined in the init scripts diff --git a/libswfdec/swfdec_as_interpret.c b/libswfdec/swfdec_as_interpret.c index 907e01e..868f6f9 100644 --- a/libswfdec/swfdec_as_interpret.c +++ b/libswfdec/swfdec_as_interpret.c @@ -1850,6 +1850,11 @@ swfdec_action_define_function (SwfdecAsC } if (fun == NULL) return; + /* This is a hack that should only trigger for functions defined in the init scripts. + * It is supp...