# HG changeset patch # User Matti Hamalainen # Date 1526242776 -10800 # Node ID 5aa1c3ec91d5c4a8d6e08d3b83a1358e3ec44d6d # Parent 72f809e6eb3cab6a39deb693a39029d31372cd42 Rename a function. diff -r 72f809e6eb3c -r 5aa1c3ec91d5 tools/lib64fmts.c --- a/tools/lib64fmts.c Sun May 13 20:34:29 2018 +0300 +++ b/tools/lib64fmts.c Sun May 13 23:19:36 2018 +0300 @@ -464,7 +464,7 @@ } -static Uint8 fmtGetPixelBMFLI( +static Uint8 fmtGetPixelBlackMailFLI( const DMC64Image *img, const int bmoffs, const int scroffs, const int vshift, const int vbitmap, const int raster) { @@ -797,7 +797,7 @@ NULL, NULL, NULL, NULL, NULL, - fmtGetPixelBMFLI, + fmtGetPixelBlackMailFLI, { { DT_EXTRA_DATA, 0x0000, 0, 200, NULL, NULL }, { DT_COLOR_RAM, 0x0100, 0, 0, NULL, NULL },