X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmodules%2Fswfaction.c;h=7c6fb1de57c6dd125105bc07bc593b54d46494a0;hb=facdbc2c6d5ac9b5d6551690f646355bf11ae58e;hp=135d026beed3119d1673e59afa55f96eb39d2ba3;hpb=80c5ca6a38fdb2d948c9db114ee648af63ef6c67;p=swftools.git diff --git a/lib/modules/swfaction.c b/lib/modules/swfaction.c index 135d026..7c6fb1d 100644 --- a/lib/modules/swfaction.c +++ b/lib/modules/swfaction.c @@ -7,9 +7,19 @@ Copyright (c) 2001 Matthias Kramm - This file is distributed under the GPL, see file COPYING for details + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. -*/ + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "../rfxswf.h" @@ -129,8 +139,8 @@ r: register (byte) {5,"Less2", 0x48,""}, {6,"Greater", 0x67,""}, {6,"StringGreater", 0x68,""}, -{6,"Enumerate2", 0x55,""} -{6,"InstanceOf", 0x54,""} +{6,"Enumerate2", 0x55,""}, +{6,"InstanceOf", 0x54,""}, {6,"StrictEquals", 0x66,""} }; static int definedactions = sizeof(actions)/sizeof(struct Action); @@ -625,7 +635,7 @@ void swf_ActionEnd(ActionTAG* atag) static ActionTAG*lastATAG(ActionTAG*atag) { - ActionTAG*last; + ActionTAG*last = 0; while(atag) { last = atag; atag=atag->next;