Commit a7525c2a a7525c2ac4010b8aa2c661946d376517ef3901d3 by Sergey Poznyakoff

(munre_set_regex): Bugfix again.

1 parent 3515fb5b
......@@ -35,7 +35,7 @@ munre_set_regex (char *str, int caseflag, char **errp)
int rc;
int flags = REG_EXTENDED;
if (!errp)
if (errp)
*errp = NULL;
if (!str)
......