X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmodules%2Fswfaction.c;h=7c6fb1de57c6dd125105bc07bc593b54d46494a0;hb=a02855c477926f5d726653e756d79a916a8faa1b;hp=fdd93d86efda2ae03b147f7f8c506c2e39a32aa3;hpb=f908dd0674bc6cd66e73cd73f9d8073a992f0528;p=swftools.git diff --git a/lib/modules/swfaction.c b/lib/modules/swfaction.c index fdd93d8..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" @@ -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;