From 35b574f22427839e75400850c7da49bc66f287f2 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 22 May 2006 09:33:29 +1000 Subject: [PATCH] Cope if 'best' doesn't find anything any good. --- bestmatch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bestmatch.c b/bestmatch.c index 8a14b6b..3d73577 100644 --- a/bestmatch.c +++ b/bestmatch.c @@ -348,7 +348,8 @@ void remap(struct best *best, int cnt, if (a1.elcnt == 0 && a2.elcnt == 0) return; - for (b=1; b0) { #if 0 printf("best %d,%d %d,%d\n", best[b].xlo,best[b].ylo, -- 2.39.5