# HG changeset patch # User Matti Hamalainen # Date 1560349147 -10800 # Node ID e1b7c021db8ae566bed8f55aeaa715ff80c3aef8 # Parent 7d75e40dc0bc439af753d789d294a1a69a731658 Default the Crest Super Hires FLI background to 0x0F for the unused bottom area. Not sure if this is correct, to be checked. diff -r 7d75e40dc0bc -r e1b7c021db8a tools/lib64fmts.c --- a/tools/lib64fmts.c Wed Jun 12 17:16:33 2019 +0300 +++ b/tools/lib64fmts.c Wed Jun 12 17:19:07 2019 +0300 @@ -1276,7 +1276,7 @@ if (rasterY / 8 >= img->fmt->chHeight) { - *col = img->bgcolor; + *col = 0x0f; return DMERR_OK; }