From f0f3f094c5fa05bafe1963d1ea13f1be39a6673b Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 17 May 2020 11:17:28 -0400 Subject: add upstream 10.24 --- xBRZ/src/xbrz_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xBRZ/src/xbrz_tools.h') diff --git a/xBRZ/src/xbrz_tools.h b/xBRZ/src/xbrz_tools.h index cd6acc63..9d8e8247 100644 --- a/xBRZ/src/xbrz_tools.h +++ b/xBRZ/src/xbrz_tools.h @@ -94,7 +94,7 @@ void nearestNeighborScale(const PixSrc* src, int srcWidth, int srcHeight, int sr { const int ySrc = srcHeight * y / trgHeight; const PixSrc* const srcLine = byteAdvance(src, ySrc * srcPitch); - PixTrg* const trgLine = byteAdvance(trg, y * trgPitch); + /**/ PixTrg* const trgLine = byteAdvance(trg, y * trgPitch); for (int x = 0; x < trgWidth; ++x) { -- cgit