Changeset: 25f8b4d0afce for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=25f8b4d0afce Modified Files: monetdb5/modules/mal/remote.mx Branch: Aug2011 Log Message:
bincopyfrom: write trailing newline after error Help Python not crashing because of generating a 6G long string. A bit silly, but ok, the newline was forgotten. diffs (12 lines): diff --git a/monetdb5/modules/mal/remote.mx b/monetdb5/modules/mal/remote.mx --- a/monetdb5/modules/mal/remote.mx +++ b/monetdb5/modules/mal/remote.mx @@ -1429,7 +1429,7 @@ /* read blockmode flush */ while (mnstr_read(in, &tmp, 1, 1) != 0) { - mnstr_printf(GDKout, "!MALexception:remote.bincopyfrom: expected flush, got: %c", tmp); + mnstr_printf(GDKout, "!MALexception:remote.bincopyfrom: expected flush, got: %c\n", tmp); } BATpropcheck(b, BATPROPS_ALL); _______________________________________________ Checkin-list mailing list Checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list