set a few fields to 0 explicitly
[swftools.git] / lib / as3 / mklib.c
index 3b53b3c..1b173b2 100644 (file)
@@ -147,7 +147,7 @@ void write_member_info(FILE*fi, char*parent, char*id2, const char*name, int flag
     else
         fprintf(fi, ", &%s", parent); // parent
 
-    fprintf(fi, "};\n");
+    fprintf(fi, ", 0,0,0};\n");
 }
 
 int access2flags(multiname_t*m)