Update of /cvsroot/monetdb/pathfinder/modules/pftijah/tjc
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv17641/modules/pftijah/tjc
Modified Files:
Tag: M5XQ
tjc_milprint.c
Log Message:
propagated changes of Monday Oct 26 2009 - Thursday Oct 29 2009
from the development trunk to the M5XQ branch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/10/26 - hrode: modules/pftijah/tjc/tjc_milprint.c,1.22
try to fix compilation problem
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: tjc_milprint.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/tjc/tjc_milprint.c,v
retrieving revision 1.19.2.2
retrieving revision 1.19.2.3
diff -u -d -r1.19.2.2 -r1.19.2.3
--- tjc_milprint.c 28 Sep 2009 07:56:33 -0000 1.19.2.2
+++ tjc_milprint.c 29 Oct 2009 08:53:01 -0000 1.19.2.3
@@ -306,11 +306,11 @@
// for old index management
if (tjc_c->maxfrag < 0) {
TJCPRINTF(MILOUT,"ftindex := ftiName;\n");
- TJCPRINTF(MILOUT,&tjc_c->milfragBUFF[0]);
+ TJCPRINTF(MILOUT,"%s", &tjc_c->milfragBUFF[0]);
}
for (c = 0; c <= tjc_c->maxfrag; c++) {
TJCPRINTF(MILOUT,"ftindex := ftiName + \"%d\";\n", c);
- TJCPRINTF(MILOUT,&tjc_c->milfragBUFF[0]);
+ TJCPRINTF(MILOUT,"%s", &tjc_c->milfragBUFF[0]);
milprint_end_frag (tjc_c, tree, c);
}
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins