Update of /cvsroot/monetdb/sql/src/server
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7853/sql/src/server

Modified Files:
        sql_atom.mx 
Log Message:

use correct format string for type wrd (i.e., type ssize_t):
"SSZFMT" instead of "SZFMT",
(and hence make it compile with icc)


U sql_atom.mx
Index: sql_atom.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_atom.mx,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- sql_atom.mx 7 Sep 2008 14:27:58 -0000       1.61
+++ sql_atom.mx 7 Sep 2008 19:02:10 -0000       1.62
@@ -274,7 +274,7 @@
                sprintf(buf, LLFMT, a->data.val.lval);
                break;
        case TYPE_wrd:
-               sprintf(buf, SZFMT, a->data.val.wval);
+               sprintf(buf, SSZFMT, a->data.val.wval);
                break;
        case TYPE_int:
                sprintf(buf, "%d", a->data.val.ival);


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to