From: kramm <kramm>
Date: Tue, 30 Mar 2004 14:54:45 +0000 (+0000)
Subject: fixed gcc 2.95.3 compile problem
X-Git-Tag: stable_core_1~26
X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=b628ac5236f25c4729c0bb660cd6f4605af26b24;p=swftools.git

fixed gcc 2.95.3 compile problem
---

diff --git a/lib/modules/swftools.c b/lib/modules/swftools.c
index b43b5a4..8f6b418 100644
--- a/lib/modules/swftools.c
+++ b/lib/modules/swftools.c
@@ -891,9 +891,9 @@ TAG* swf_Concatenate (TAG*list1,TAG*list2)
     TAG*tag=0,*lasttag=0;
     char bitmap[65536];
     char depthmap[65536];
+    SWF swf1,swf2;
     memset(bitmap, 0, sizeof(bitmap));
     memset(depthmap, 0, sizeof(depthmap));
-    SWF swf1,swf2;
     memset(&swf1, 0, sizeof(swf1));
     memset(&swf2, 0, sizeof(swf2));