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

Modified Files:
        tjc_milprint.c 
Log Message:
try to fix compilation problem



Index: tjc_milprint.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/tjc/tjc_milprint.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- tjc_milprint.c      25 Sep 2009 07:22:33 -0000      1.21
+++ tjc_milprint.c      26 Oct 2009 16:49:47 -0000      1.22
@@ -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