[v9_11] don't use binmode when setting up files for VS2005 (XP build)
This commit is contained in:
@@ -2839,7 +2839,9 @@ sub setupfile {
|
||||
if ($verbose) {
|
||||
print "Setting up $filename\n";
|
||||
}
|
||||
binmode(F);
|
||||
if (!$legacy_only) {
|
||||
binmode(F);
|
||||
}
|
||||
foreach $line (@Linesout) {
|
||||
print F $line . "\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user