Index: contrib/fuzzystrmatch/fuzzystrmatch.c =================================================================== RCS file: /cvsroot/pgsql/contrib/fuzzystrmatch/fuzzystrmatch.c,v retrieving revision 1.4 diff -c -r1.4 fuzzystrmatch.c *** contrib/fuzzystrmatch/fuzzystrmatch.c 2001/10/25 05:49:19 1.4 --- contrib/fuzzystrmatch/fuzzystrmatch.c 2001/10/29 19:36:35 *************** *** 341,348 **** /* On the off chance we were given nothing but crap... */ if (Curr_Letter == '\0') { ! End_Phoned_Word ! return META_SUCCESS; /* For testing */ } } --- 341,348 ---- /* On the off chance we were given nothing but crap... */ if (Curr_Letter == '\0') { ! End_Phoned_Word; ! return META_SUCCESS; /* For testing */ } }