search for: 3055a7d

Displaying 2 results from an estimated 2 matches for "3055a7d".

Did you mean: 3055,7
2007 Oct 14
0
4 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_sound.c test/trace
...min Otte <otte at gnome.org> Date: Sun Oct 14 14:49:37 2007 +0200 fix GetProperty and SetProperty actions to use swfdec_player_get_movie() One more swfdec_as_context_eval() user down diff --git a/libswfdec/swfdec_as_interpret.c b/libswfdec/swfdec_as_interpret.c index 59b6052..3055a7d 100644 --- a/libswfdec/swfdec_as_interpret.c +++ b/libswfdec/swfdec_as_interpret.c @@ -470,8 +470,14 @@ swfdec_action_lookup_object (SwfdecAsContext *cx, SwfdecAsObject *o, const char gboolean dot_allowed = TRUE; const char *start; - if (path == end) - return NULL; + if (path == end) {...
2007 Oct 15
0
8 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_sound.c libswfdec/swfdec_sound.h test/trace
...); } static void commit c803d8380f89165683f6d6034880b81314a91076 Author: Benjamin Otte <otte at gnome.org> Date: Sun Oct 14 23:32:37 2007 +0200 Enumerate pushes an undefined at the end, not a null diff --git a/libswfdec/swfdec_as_interpret.c b/libswfdec/swfdec_as_interpret.c index 3055a7d..06bbc35 100644 --- a/libswfdec/swfdec_as_interpret.c +++ b/libswfdec/swfdec_as_interpret.c @@ -2244,11 +2244,11 @@ swfdec_action_enumerate (SwfdecAsContext *cx, guint action, const guint8 *data, swfdec_as_interpret_eval (cx, NULL, val); if (!SWFDEC_AS_VALUE_IS_OBJECT (val)) { SWFDEC_ERR...