From 74ac0499829c6fb2d45af4b1dae0978e3d6bc649 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 15 Oct 2008 17:40:07 +0100 Subject: Fix debugging --- src/reproject.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/reproject.c b/src/reproject.c index 1fdb8b8..43b525b 100644 --- a/src/reproject.c +++ b/src/reproject.c @@ -188,10 +188,12 @@ ImageFeatureList *reproject_get_reflections(ImageRecord *image, ReflectionList * } /* else it's outside the picture somewhere */ + i++; + } /* else this is the central beam so don't worry about it */ } - i++; + reflection = reflection->next; } while ( reflection ); -- cgit v1.2.3