Fix corrupted .sav files on w32 builds
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 20 Mar 2009 01:27:46 +0000 (10:27 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 20 Mar 2009 01:27:46 +0000 (10:27 +0900)
commit2e18bd3453a1f225103bf8d75ef3c4493ad301c5
tree42a0f254440084a46eac042c518577ffdbe9868c
parent0527ca8a9d13e99d51b579b27bbfde7d3e11cd94
Fix corrupted .sav files on w32 builds

Added the O_BINARY flag to the mode of files
created with open, so that lines aren't appended
with extraneous characters, thus corrupting .sav
files.
Smake
src/data/make-file.c