Changeset: 126ae945293e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=126ae945293e
Modified Files:
MonetDB5/src/modules/mal/remote.mx
Branch: default
Log Message:
actually split the contents of the line
diffs (11 lines):
diff -r e62f26991561 -r 126ae945293e MonetDB5/src/modules/mal/remote.mx
--- a/MonetDB5/src/modules/mal/remote.mx Fri Sep 10 15:05:04 2010 +0200
+++ b/MonetDB5/src/modules/mal/remote.mx Fri Sep 10 15:05:39 2010 +0200
@@ -1074,6 +1074,7 @@
if (!instr) {
/* we know it's only two
values, so end here */
val = &fdin->buf[fdin->pos];
+ fdin->buf[pos] = '\0';
var = &fdin->buf[pos + 1];
pos = len; /* break out of the
for-loop */
}
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list