Fuller message in asserts.

This commit is contained in:
counterpoint
2014-10-07 09:08:49 +01:00
parent 54b6271c55
commit 57ad30f105
2 changed files with 2 additions and 2 deletions

View File

@ -1918,7 +1918,7 @@ char* replace_literal(
}
rc = regcomp(&re, search_re, REG_EXTENDED|REG_ICASE);
ss_dassert(rc == 0);
ss_info_dassert(rc == 0, "Regex check");
if (rc != 0)
{