Changeset: aa59500dde6b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/aa59500dde6b
Modified Files:
        monetdb5/modules/mal/pcre.c
Branch: resource_management
Log Message:

fixed compilation


diffs (12 lines):

diff --git a/monetdb5/modules/mal/pcre.c b/monetdb5/modules/mal/pcre.c
--- a/monetdb5/modules/mal/pcre.c
+++ b/monetdb5/modules/mal/pcre.c
@@ -865,7 +865,7 @@ PCREpatindex(Client ctx, int *ret, const
                return MAL_SUCCEED;
        }
 
-       if ((msg = pat2pcre(&ppat, *pat)) != MAL_SUCCEED)
+       if ((msg = pat2pcre(ma, &ppat, *pat)) != MAL_SUCCEED)
                return msg;
        re = pcre2_compile((PCRE2_SPTR) ppat, PCRE2_ZERO_TERMINATED, PCRE2_UTF 
| PCRE2_NO_UTF_CHECK | PCRE2_MULTILINE, &errcode, &errpos, NULL);
        if (re == NULL) {
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to