Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19509/mal

Modified Files:
        mal_instruction.mx 
Log Message:
Approval of the test output. The previous version was not complete.


Index: mal_instruction.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_instruction.mx,v
retrieving revision 1.315
retrieving revision 1.316
diff -u -d -r1.315 -r1.316
--- mal_instruction.mx  15 Mar 2008 19:34:00 -0000      1.315
+++ mal_instruction.mx  16 Mar 2008 09:58:58 -0000      1.316
@@ -2263,7 +2263,6 @@
                                sprintf(s, "%s.%s(", 
getModuleId(p),getFunctionId(p) );
                                closing= 1;
                        }
-                       advance(s);
                }
                if (p->argv[i] >= 0) {
                        str nme;
@@ -2277,13 +2276,12 @@
                                nme = getArgName(mb, p, i);
                        sprintf(s, "%s:%s", (nme ? nme : "nil"), tpe);
                        advance(s);
-                       if (i != p->retc-1 && i< p->argc-1){
+                       if (i != p->retc-1 && i< p->argc-1)
                                sprintf(s, ", ");
-                               advance(s);
-                       }
 
                        GDKfree(tpe);
                }
+               advance(s);
        }
        if( closing)
                *s++= ')';


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to