Changeset: b05111863c73 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b05111863c73 Modified Files: clients/mapiclient/eventparser.c Branch: compactprofiler Log Message:
Compiler issue on Windows diffs (12 lines): diff --git a/clients/mapiclient/eventparser.c b/clients/mapiclient/eventparser.c --- a/clients/mapiclient/eventparser.c +++ b/clients/mapiclient/eventparser.c @@ -74,7 +74,7 @@ getstr(char *val){ static int argparser(char *txt, EventRecord *ev){ - char *c, *key,*val; + char *c = NULL, *key = NULL,*val=NULL; int cnt = 0, arg = -1; c = txt; _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list