# HG changeset patch # User Matti Hamalainen # Date 1589517974 -10800 # Node ID 4deb8da6c901d713bfdddf7767c2abd72bc515e2 # Parent 19b0ca169361c18a6bd0f3088ef2c5a61dcae069 Initialize result variable. diff -r 19b0ca169361 -r 4deb8da6c901 tools/lib64fmts.c --- a/tools/lib64fmts.c Fri May 15 07:44:12 2020 +0300 +++ b/tools/lib64fmts.c Fri May 15 07:46:14 2020 +0300 @@ -344,7 +344,7 @@ static int fmtEncodeSupeRes(DMGrowBuf *buf, const DMC64Image *img, const DMC64ImageFormat *fmt) { DMSupeResEncCtx ctx; - BOOL bres; + BOOL bres = FALSE; // Output magic header and data type if (!dmGrowBufPut(buf, fmtSupeRes_MagicID_1, sizeof(fmtSupeRes_MagicID_1)) ||