From 16d6518965b8cc1e5f9d9c9b43c876aa11aeab30 Mon Sep 17 00:00:00 2001 From: Nicolas Robidoux Date: Sat, 15 May 2010 14:17:59 +0000 Subject: [PATCH] fixed small bug in nohalo level 2 (wrong pointer index) --- libvips/resample/nohalo2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/resample/nohalo2.cpp b/libvips/resample/nohalo2.cpp index 9a4d8475..fca12848 100644 --- a/libvips/resample/nohalo2.cpp +++ b/libvips/resample/nohalo2.cpp @@ -598,7 +598,7 @@ nohalo_step1 (const double uno_thr, *dos_one_1 = val_dos_one_1; *dos_two_1 = tre_thr; *dos_thr_1 = val_dos_thr_1; - *dos_fou_1 = tre_fiv; + *dos_fou_1 = tre_fou; *tre_one_1 = val_tre_one_1; *tre_two_1 = val_tre_two_1; *tre_thr_1 = val_tre_thr_1;