Outputed swf was corrupt on Windows
[swftools.git] / lib / example / shape1.c
index a65d0e4..2520ce1 100644 (file)
@@ -103,7 +103,7 @@ int main (int argc,char ** argv)
   
                                             // write movie to file
 
-  f = open("shape1.swf",O_WRONLY|O_CREAT|O_TRUNC, 0644);
+  f = open("shape1.swf",O_WRONLY|O_CREAT|O_TRUNC|O_BINARY, 0644);
   if FAILED(swf_WriteSWF(f,&swf)) fprintf(stderr,"WriteSWF() failed.\n");
   close(f);