Displaying 2 results from an estimated 2 matches for "e0777e4".
Did you mean:
1077724
2007 Jun 17
2
Branch 'as' - libswfdec/swfdec_as_interpret.c
libswfdec/swfdec_as_interpret.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
New commits:
diff-tree 38fbc1389267e593b44041018cbb1750bdcce0fb (from aaca94203d8a0ccb8feb32c0d57df3401fca0350)
Author: Benjamin Otte <otte at gnome.org>
Date: Sun Jun 17 14:19:45 2007 +0200
actually convert the values to a string when comparing strings
diff --git
2007 Jul 12
0
Branch 'as' - 7 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_with.c libswfdec/swfdec_sprite_movie.c test/trace
...73ef96469eef042e077378889e1303453930 (from b26104d4c260fa0f05c08e79f6ab9ffb5671d0c8)
Author: Benjamin Otte <otte at gnome.org>
Date: Wed Jul 11 23:42:17 2007 +0200
pop the argument in error cases, too
diff --git a/libswfdec/swfdec_as_interpret.c b/libswfdec/swfdec_as_interpret.c
index e0777e4..3f88deb 100644
--- a/libswfdec/swfdec_as_interpret.c
+++ b/libswfdec/swfdec_as_interpret.c
@@ -2041,11 +2041,13 @@ swfdec_action_with (SwfdecAsContext *cx,
if (len != 2) {
SWFDEC_ERROR ("With action requires a length of 2, but got %u", len);
+ swfdec_as_stack_pop (cx);...