Update of /cvsroot/monetdb/pathfinder/compiler/mem
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31650/mem
Modified Files:
array.c
Log Message:
-- Small improvements of the PFarray code.
Index: array.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mem/array.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- array.c 18 Mar 2008 16:52:17 -0000 1.28
+++ array.c 19 Mar 2008 13:30:49 -0000 1.29
@@ -145,7 +145,7 @@
PFlog ("array not big enough"
" in %s, %s(), line %d"
" (required slots: %i; got: %i)",
- file, func, line, i, a->bound-1);
+ file, func, line, i+1, a->bound);
#endif
if (i > 2 * a->bound)
-------------------------------------------------------------------------
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