aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/reproject.c4
1 files changed, 3 insertions, 1 deletions
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 );