git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f835d2
)
win32 fix
author
kramm
<kramm>
Sun, 30 Mar 2003 15:16:35 +0000
(15:16 +0000)
committer
kramm
<kramm>
Sun, 30 Mar 2003 15:16:35 +0000
(15:16 +0000)
src/swfcombine.c
patch
|
blob
|
history
diff --git
a/src/swfcombine.c
b/src/swfcombine.c
index
0a1f3c4
..
8514bda
100644
(file)
--- a/
src/swfcombine.c
+++ b/
src/swfcombine.c
@@
-1166,7
+1166,7
@@
int main(int argn, char *argv[])
}
}
- fi = open(outputname, O_RDWR|O_TRUNC|O_CREAT, 0777);
+ fi = open(outputname, O_BINARY|O_RDWR|O_TRUNC|O_CREAT, 0777);
if(config.zlib)
swf_WriteSWC(fi, &newswf);