Remove temporary error code
FossilOrigin-Name: 9a6c646a13f89e2e422b5ead0067ab597161a349ddf3003a88fe40dbb5097400
This commit is contained in:
parent
3f28928a1b
commit
c0ccb74569
1 changed files with 1 additions and 2 deletions
|
@ -516,8 +516,7 @@ char* make_mentions_local(char* content)
|
|||
&error, &erroffset, NULL);
|
||||
if (re == NULL)
|
||||
{
|
||||
char* v;
|
||||
easprintf(&v, "Couldn't parse regex at offset %d: %s\n", error, REGEX_MENTION + erroffset);
|
||||
fprintf(stderr, "Couldn't parse regex at offset %d: %s\n", error, REGEX_MENTION + erroffset);
|
||||
pcre2_code_free(re);
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue