Update of /cvsroot/monetdb/pathfinder/compiler/schema
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20437/compiler/schema

Modified Files:
        import.c 
Log Message:
propagated changes of Thursday Feb 21 2008 - Friday Feb 22 2008
from the XQuery_0-22 branch to the development trunk


Index: import.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/schema/import.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- import.c    15 Feb 2008 12:37:41 -0000      1.23
+++ import.c    22 Feb 2008 12:46:29 -0000      1.24
@@ -2363,7 +2363,7 @@
     va_list args;
 
     va_start(args, msg);
-    snprintf(buf+len, OOPS_SIZE-len, msg, args);
+    snprintf(buf+len, OOPS_SIZE-len-1, msg, args);
     va_end(args);
 }
 


-------------------------------------------------------------------------
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-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to