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

qgram also need Client ctx


diffs (14 lines):

diff --git a/monetdb5/modules/mal/txtsim.c b/monetdb5/modules/mal/txtsim.c
--- a/monetdb5/modules/mal/txtsim.c
+++ b/monetdb5/modules/mal/txtsim.c
@@ -1247,8 +1247,9 @@ stringdiff(Client ctx, int *res, const c
  *
  *****************************/
 static str
-qgram_normalize(str *res, const char *const *Input)
+qgram_normalize(Client ctx, str *res, const char *const *Input)
 {
+       (void) ctx;
        const char *input = *Input;
        int i, j = 0;
        char c, last = ' ';
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to