Commit dd92a8c3 authored by Teodor Sigaev's avatar Teodor Sigaev

Fix type in return value

parent ca646f66
......@@ -181,7 +181,7 @@ RS_execute(Regis * r, char *str)
}
if (len < r->nchar)
return 0;
return false;
c = str;
if (r->issuffix)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment