diff options
author | hpa <hpa> | 2003-07-01 00:49:31 +0000 |
---|---|---|
committer | hpa <hpa> | 2003-07-01 00:49:31 +0000 |
commit | b2d1b654cbe6d085737c155ce29b8cb3e04adfce (patch) | |
tree | d460d2a386bd15d1ed91f886d89fe553bc756da8 /ppmtolss16 | |
parent | 375e27432bd47011d4852621f9b1a3f5a8e1789d (diff) | |
download | syslinux-b2d1b654cbe6d085737c155ce29b8cb3e04adfce.tar.gz |
Try to make Perl scripts locale compliant
Diffstat (limited to 'ppmtolss16')
-rwxr-xr-x | ppmtolss16 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47,6 +47,8 @@ ## eval { use bytes; }; +eval { binmode STDIN; }; +eval { binmode STDOUT; }; $magic = 0x1413f33d; |