1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +03:00

Fix type in return value

This commit is contained in:
Teodor Sigaev 2006-11-21 18:31:28 +00:00
parent ca646f66f7
commit dd92a8c33f

@ -181,7 +181,7 @@ RS_execute(Regis * r, char *str)
} }
if (len < r->nchar) if (len < r->nchar)
return 0; return false;
c = str; c = str;
if (r->issuffix) if (r->issuffix)