From d7f05a5ba3fc396f2a350421163c9105b889c145 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 5 Jul 2009 22:57:55 +0100 Subject: [PATCH] Cope with islands with names ending in y, from land --- pctb/structure.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pctb/structure.c b/pctb/structure.c index 1665211..d574e29 100644 --- a/pctb/structure.c +++ b/pctb/structure.c @@ -812,6 +812,8 @@ void find_islandname(void) { might_be_colon=1; goto ok_might_be_colon; } + } else if (nruns==1 && runs[0]==1 && might_be_colon) { + goto colon_found; } might_be_colon=0; ok_might_be_colon: -- 2.30.2