ldlinux: Use get_msg_file() for F-keys
authorMatt Fleming <matt.fleming@intel.com>
Tue, 4 Dec 2012 12:02:39 +0000 (12:02 +0000)
committerMatt Fleming <matt.fleming@intel.com>
Tue, 4 Dec 2012 12:02:39 +0000 (12:02 +0000)
commit5984a5105fff9910b1da45f1bee35c297e67d47d
tree27afda8a50c22b5bde0764bfa292c7070e6dd841
parentec2fb01506829d1346498542e7f2a42ff5645726
ldlinux: Use get_msg_file() for F-keys

The file that we display with the F-keys may contain background or
foreground color codes and so needs to be interpreted by
get_msg_file() instead of just printing the color codes as ascii to
the screen with cat_file().

Signed-off-by: Matt Fleming <matt.fleming@intel.com>
com32/elflink/ldlinux/readconfig.c