X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.web-live.git;a=blobdiff_plain;f=pctb%2Fstructure.c;h=1665211df8358d6820bc11ceb6c1e51c1887cfa3;hp=d777d5713697d6f9c32ddfc998c7f97ed8416c6c;hb=4570580037d7b3a259eae0263f0941f62cafb1cf;hpb=87255b15e53885d70e189eadc56ed20d1db4bdef diff --git a/pctb/structure.c b/pctb/structure.c index d777d57..1665211 100644 --- a/pctb/structure.c +++ b/pctb/structure.c @@ -803,7 +803,7 @@ void find_islandname(void) { nspaces++; might_be_colon=0; } else { - if (!(pattern & 1UL<<31) && nruns==2 && runs[1]==runs[0]) { + if (nruns==2 && runs[1]==runs[0]) { if (!nspaces) { if (pattern==colon_pattern) goto ok_might_be_colon;