Update of /cvsroot/monetdb/pathfinder/modules/pftijah/tjc
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv11281/pathfinder/modules/pftijah/tjc

Modified Files:
      Tag: Nov2009
        tjc_milprint.c 
Log Message:

back-porting
"
2009/10/26 - hrode: pathfinder/modules/pftijah/tjc/tjc_milprint.c,1.22
try to fix compilation problem
"
from the development trunk to the Nov2009 release candidate branch
to have the changes tested with nightly Candidate testing
(lacking resources, we currently don't have Current testing
 in addition to Stable & Candidate testing)


Index: tjc_milprint.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/tjc/tjc_milprint.c,v
retrieving revision 1.21
retrieving revision 1.21.2.1
diff -u -d -r1.21 -r1.21.2.1
--- tjc_milprint.c      25 Sep 2009 07:22:33 -0000      1.21
+++ tjc_milprint.c      27 Oct 2009 01:15:12 -0000      1.21.2.1
@@ -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

Reply via email to