Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv29732

Modified Files:
      Tag: Nov2009
        sql.mx 
Log Message:
Fix call to non-existing function.


Index: sql.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql.mx,v
retrieving revision 1.358
retrieving revision 1.358.2.1
diff -u -d -r1.358 -r1.358.2.1
--- sql.mx      21 Sep 2009 14:13:27 -0000      1.358
+++ sql.mx      19 Oct 2009 18:00:51 -0000      1.358.2.1
@@ -4093,7 +4093,7 @@
 
        (void) cntxt;
        ret= (str *) getArgReference(stk,pci,0);
-       *ret = call2str(mb,stk,0,LIST_MAL_VALUE);
+       *ret = instruction2str(mb,stk,getInstrPtr(mb,0),LIST_MAL_VALUE);
        return MAL_SUCCEED;
 }
 


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to