# HG changeset patch # User Matti Hamalainen # Date 1562565451 -10800 # Node ID d71185584d95a0a93817aaffcfcf81bb4470f41f # Parent a494e4a4b6bc5e23dc94edb121c03eea294fea76 Comment the necessity of fmtProbeGigapaintHires().. diff -r a494e4a4b6bc -r d71185584d95 tools/lib64fmts.c --- a/tools/lib64fmts.c Thu Jul 04 11:40:17 2019 +0300 +++ b/tools/lib64fmts.c Mon Jul 08 08:57:31 2019 +0300 @@ -11,6 +11,8 @@ #define DM_MEMCMP_SIZE(mptr, mcmp) memcmp((mptr), (mcmp), sizeof(mcmp)) #define DM_MEMCMP_LEN(mptr, mcmp) memcmp((mptr), (mcmp), strlen(mcmp)) + +// Basic probe, but return MAX score for this format static int fmtProbeGigapaintHires(const DMGrowBuf *buf, const DMC64ImageFormat *fmt) { if (buf->len == fmt->size &&