From e08c3b37943d0b8d227f9a7e17d7d662bdf17bcc Mon Sep 17 00:00:00 2001 From: heckflosse Date: Thu, 23 Mar 2017 22:25:34 +0100 Subject: [PATCH] Fix for last commit --- rtengine/iplocallab.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtengine/iplocallab.cc b/rtengine/iplocallab.cc index 32d9ab410..11897f0cb 100644 --- a/rtengine/iplocallab.cc +++ b/rtengine/iplocallab.cc @@ -1270,8 +1270,8 @@ void ImProcFunctions::BlurNoise_Local (int call, int sp, LabImage * tmp1, const } } } - int begx = lp.xc - lp.lxL); - int begy = lp.yc - lp.lyT); + int begx = lp.xc - lp.lxL; + int begy = lp.yc - lp.lyT; switch (zone) {