search for: bytec

Displaying 1 result from an estimated 1 matches for "bytec".

Did you mean: byte
2007 Mar 13
0
4 commits - test/swfscript.c
...able 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 = action == 0x8a ? 2 : 0; guint i, count; guint offset = (guint8 *) bytecode - state->script->buffer->data; d...