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

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


Index: import.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/schema/import.c,v
retrieving revision 1.22.4.1
retrieving revision 1.22.4.2
diff -u -d -r1.22.4.1 -r1.22.4.2
--- import.c    18 Feb 2008 16:57:35 -0000      1.22.4.1
+++ import.c    22 Feb 2008 15:31:52 -0000      1.22.4.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