Displaying 1 result from an estimated 1 matches for "fd94d1a".
Did you mean:
9d94dca
2007 Nov 14
0
4 commits - libswfdec/swfdec_as_interpret.c test/trace
...37c7da6d6298d76c8a
Author: Benjamin Otte <otte at gnome.org>
Date: Wed Nov 14 17:45:58 2007 +0100
set pobj == obj here
Otherwise we get a wrong treatment of the object is _not_ a super object
diff --git a/libswfdec/swfdec_as_interpret.c b/libswfdec/swfdec_as_interpret.c
index fd94d1a..7d6686f 100644
--- a/libswfdec/swfdec_as_interpret.c
+++ b/libswfdec/swfdec_as_interpret.c
@@ -891,6 +891,7 @@ swfdec_action_call_method (SwfdecAsContext *cx, guint action, const guint8 *data
SWFDEC_AS_VALUE_SET_UNDEFINED (swfdec_as_stack_peek (cx, 3));
SWFDEC_AS_VALUE_SET_OBJECT (sw...