Outputed swf was corrupt on Windows
[swftools.git] / lib / example / jpegtest.c
index 3931814..4e195d9 100644 (file)
@@ -148,7 +148,7 @@ int main( int argc, char ** argv)
 
 //  swf_WriteCGI(&swf);
 
-  f = open("jpegtest.swf",O_WRONLY|O_CREAT, 0644);
+  f = open("jpegtest.swf",O_WRONLY|O_CREAT||O_BINARY, 0644);
   if FAILED(swf_WriteSWF(f,&swf)) fprintf(stderr,"WriteSWF() failed.\n");
   close(f);