Fix Win32 native convttf creating invalid output files.
commit548e77cd0feec582cd7253034b960fd31603d0fe
authorbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Sun, 10 Apr 2011 11:25:59 +0000 (10 11:25 +0000)
committerbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Sun, 10 Apr 2011 11:25:59 +0000 (10 11:25 +0000)
tree888cc0ae570193422795c0e4d8c01ee5207b7cb4
parent0b2a91e2401b6d57125e2266ab82a728029ff8a4
Fix Win32 native convttf creating invalid output files.

When operating with binary files on Windows it is necessary to explicitly open
them in binary mode to prevent unwanted effects.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29699 a1c6a512-1295-4272-9138-f99709370657
tools/convttf.c