Changeset: c16049760e22 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c16049760e22
Modified Files:
monetdb5/modules/mal/batcalc.c
Branch: batcalc-updated
Log Message:
Initialize variable.
diffs (12 lines):
diff --git a/monetdb5/modules/mal/batcalc.c b/monetdb5/modules/mal/batcalc.c
--- a/monetdb5/modules/mal/batcalc.c
+++ b/monetdb5/modules/mal/batcalc.c
@@ -893,7 +893,7 @@ str
CMDbatBETWEEN(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci)
{
bat *bid, *sid;
- BAT *bn, *b, *lo = NULL, *hi = NULL, *s = NULL, *slo = NULL, *shi =
NULL;
+ BAT *bn, *b = NULL, *lo = NULL, *hi = NULL, *s = NULL, *slo = NULL,
*shi = NULL;
int tp1, tp2, tp3;
int bc = 3; /* number of BAT
arguments */
bool symmetric, linc, hinc, nils_false, anti;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list