]> granicus.if.org Git - postgresql/commitdiff
Fix type in return value
authorTeodor Sigaev <teodor@sigaev.ru>
Tue, 21 Nov 2006 18:31:28 +0000 (18:31 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Tue, 21 Nov 2006 18:31:28 +0000 (18:31 +0000)
contrib/tsearch2/ispell/regis.c

index 904521e50783fec01dfdf4556a9388854f863449..8737bd4ccc78f2c46eda0e33c77e9b1becf074c4 100644 (file)
@@ -181,7 +181,7 @@ RS_execute(Regis * r, char *str)
        }
 
        if (len < r->nchar)
-               return 0;
+               return false;
 
        c = str;
        if (r->issuffix)