Skip to content
Snippets Groups Projects
Commit dd92a8c3 authored by Teodor Sigaev's avatar Teodor Sigaev
Browse files

Fix type in return value

parent ca646f66
No related branches found
No related tags found
No related merge requests found
...@@ -181,7 +181,7 @@ RS_execute(Regis * r, char *str) ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment