search for: 9a90393

Displaying 1 result from an estimated 1 matches for "9a90393".

2007 Apr 16
0
Branch 'as' - 3 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h
...ff-tree 5b8588a3f805a71549ee71acc97ce27a3845383e (from a843e801169afd960d58def92a2adf5eaf69dbfb) Author: Benjamin Otte <otte@gnome.org> Date: Sun Apr 15 17:12:49 2007 +0200 add support for native properties diff --git a/libswfdec/swfdec_as_object.c b/libswfdec/swfdec_as_object.c index 9a90393..afd0a18 100644 --- a/libswfdec/swfdec_as_object.c +++ b/libswfdec/swfdec_as_object.c @@ -240,8 +240,12 @@ swfdec_as_object_set_variable (SwfdecAsO if (var == NULL || var->flags & SWFDEC_AS_VARIABLE_READONLY) return; - g_assert ((var->flags & SWFDEC_AS_VARIABLE_NATIVE)...