forked from len0rd/rockbox
write a binary file, for windows people
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2392 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
35d6da6b19
commit
869c952ea3
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ open(OFILE, ">$output");
|
||||||
|
|
||||||
my $langversion = 1;
|
my $langversion = 1;
|
||||||
|
|
||||||
|
binmode OFILE;
|
||||||
|
|
||||||
printf OFILE ("\x1a%c", $langversion); # magic lang file header
|
printf OFILE ("\x1a%c", $langversion); # magic lang file header
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue