From: Ian Jackson Date: Sun, 5 Jul 2009 21:57:55 +0000 (+0100) Subject: Cope with islands with names ending in y, from land X-Git-Tag: 1.9.4~3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.web-live.git;a=commitdiff_plain;h=d7f05a5ba3fc396f2a350421163c9105b889c145 Cope with islands with names ending in y, from land --- 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: