Changeset: 6c9e55b194e3 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6c9e55b194e3
Modified Files:
monetdb5/mal/mal_parser.c
Branch: default
Log Message:
mal_parser: fix showException invocation
diffs (12 lines):
diff --git a/monetdb5/mal/mal_parser.c b/monetdb5/mal/mal_parser.c
--- a/monetdb5/mal/mal_parser.c
+++ b/monetdb5/mal/mal_parser.c
@@ -559,7 +559,7 @@ handleInts:
cst->vtype = TYPE_lng;
cst->val.lval = l;
if (l == lng_nil)
- showException(SYNTAX,
"convertConstant", "integer parse error");
+ showException(cntxt->fdout, SYNTAX,
"convertConstant", "integer parse error");
}
}
return i;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list