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

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


Index: import.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/schema/import.c,v
retrieving revision 1.22.2.1
retrieving revision 1.22.2.2
diff -u -d -r1.22.2.1 -r1.22.2.2
--- import.c    16 Feb 2008 01:02:17 -0000      1.22.2.1
+++ import.c    22 Feb 2008 13:26:09 -0000      1.22.2.2
@@ -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