*** ./contrib/tsearch2/stopword.c.orig Mon Mar 26 14:25:16 2007 --- ./contrib/tsearch2/stopword.c Mon Mar 26 14:28:25 2007 *************** *** 47,53 **** while (fgets(buf, sizeof(buf), hin)) { ! buf[strlen(buf) - 1] = '\0'; pg_verifymbstr(buf, strlen(buf), false); if (*buf == '\0') continue; --- 47,57 ---- while (fgets(buf, sizeof(buf), hin)) { ! pbuf = buf; ! while( !isspace( *pbuf ) ) ! pbuf++; ! *pbuf = '\0'; ! pg_verifymbstr(buf, strlen(buf), false); if (*buf == '\0') continue;