projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca646f6
)
Fix type in return value
author
Teodor Sigaev
Tue, 21 Nov 2006 18:31:28 +0000
(18:31 +0000)
committer
Teodor Sigaev
Tue, 21 Nov 2006 18:31:28 +0000
(18:31 +0000)
contrib/tsearch2/ispell/regis.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/tsearch2/ispell/regis.c
b/contrib/tsearch2/ispell/regis.c
index 904521e50783fec01dfdf4556a9388854f863449..8737bd4ccc78f2c46eda0e33c77e9b1becf074c4 100644
(file)
--- a/
contrib/tsearch2/ispell/regis.c
+++ b/
contrib/tsearch2/ispell/regis.c
@@
-181,7
+181,7
@@
RS_execute(Regis * r, char *str)
}
if (len < r->nchar)
- return
0
;
+ return
false
;
c = str;
if (r->issuffix)