search for: 40d0e27

Displaying 2 results from an estimated 2 matches for "40d0e27".

Did you mean: 40027
2007 Mar 13
0
4 commits - test/swfscript.c
...f88381145f5b498) Author: Benjamin Otte <otte@gnome.org> Date: Tue Mar 13 13:35:40 2007 +0100 Dear gcc, this variable can never be undefined, but it might be a bit hard for you to figure out why, so I've NULL'ed it for you. diff --git a/test/swfscript.c b/test/swfscript.c index 40d0e27..e53a3d9 100644 --- a/test/swfscript.c +++ b/test/swfscript.c @@ -108,7 +108,7 @@ fixup_jumps_foreach (gconstpointer bytec GINT16_TO_LE (jump_offset - offset - 5); } if (action == 0x8a || action == 0x8d) { - Action *cur; + Action *cur = NULL; /* silence gcc */ guint id = act...
2007 Feb 14
0
7 commits - libswfdec/swfdec_image.c libswfdec/swfdec_script.c libswfdec/swfdec_script.h test/Makefile.am test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_list.c test/swfedit_tag.c test/swfedit_token.c test/swfedit_token.h test/swfscript.c
...S) $(SWF_CFLAGS) $(GTK_CFLAGS) -DXP_UNIX -I$(top_builddir)/libswfdec/js +swfscript_LDFLAGS = $(SWF_LIBS) $(GTK_LIBS) +swfscript_LDADD = libswfedit.la + libswfedit_la_SOURCES = \ swfdec_out.c \ swfedit_file.c \ diff --git a/test/swfscript.c b/test/swfscript.c new file mode 100644 index 0000000..40d0e27 --- /dev/null +++ b/test/swfscript.c @@ -0,0 +1,301 @@ +/* Swfedit + * Copyright (C) 2007 Benjamin Otte <otte@gnome.org> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free So...