From bc8cf46f070ef8244e0018c91e41170a40528242 Mon Sep 17 00:00:00 2001 From: Anne Nicolas Date: Sun, 15 Dec 2013 21:46:30 +0100 Subject: remove buggy control caracters (#11602) --- images/make_boot_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images/make_boot_img') diff --git a/images/make_boot_img b/images/make_boot_img index 1cf144a39..613affd9a 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -106,7 +106,7 @@ sub syslinux_msg { $tree->[0] eq 'document' or die "bad file $msg_xml_file\n"; my $text = xml_tree2syslinux('default', $tree->[1]); - pack("C*", 0x0E, 0x80, 0x03, 0x00) . " " + " " . $text . join('', @more_text) . "\n" . syslinux_color('red') . "[F1-Help] [F2-Advanced Help]" . syslinux_color('default') . "\n"; } -- cgit v1.2.1