Changeset: bd028f0e0396 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bd028f0e0396
Modified Files:
        monetdb5/mal/mal_instruction.mx
Branch: default
Log Message:

remove extra "=" from MAL listings
that IMHO slipped in accidently with changeset 540a16e01306;
at least, this removes the differences (failures)
that occurred with several tests in monetdb5/mal/Tests/
since the above mentioned changeset.


diffs (11 lines):

diff --git a/monetdb5/mal/mal_instruction.mx b/monetdb5/mal/mal_instruction.mx
--- a/monetdb5/mal/mal_instruction.mx
+++ b/monetdb5/mal/mal_instruction.mx
@@ -2525,7 +2525,6 @@
                        } else {
                                if( getTailType(getArgType(mb,p,i)) > TYPE_str )
                                { char *ct=cv;
-                                       strcat(t, "=");
                                        VALformat(&cv, &getVar(mb, getArg(p, 
i))->value);
                                        ct= (char*) GDKmalloc(1024+strlen(cv));
                                        if (isVarUDFtype(mb, getArg(p, i)) ) {
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to