Update of /cvsroot/monetdb/pathfinder/modules/pftijah
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29645/modules/pftijah

Modified Files:
      Tag: XQFT
        nexi_preprocessor.c 
Log Message:
propagated changes of Saturday Dec 26 2009 - Monday Jan 04 2010
from the development trunk to the XQFT branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/12/26 - stmane: modules/pftijah/nexi_preprocessor.c,1.10
  propagated changes of Thursday Dec 24 2009 - Saturday Dec 26 2009
  from the Nov2009 branch to the development trunk
  
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2009/12/24 - sjoerd: modules/pftijah/nexi_preprocessor.c,1.9.26.1
    Commented unused code.
    Coverity complained about the result of strchr not being checked.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: nexi_preprocessor.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/nexi_preprocessor.c,v
retrieving revision 1.9
retrieving revision 1.9.30.1
diff -u -d -r1.9 -r1.9.30.1
--- nexi_preprocessor.c 15 Jun 2007 14:41:34 -0000      1.9
+++ nexi_preprocessor.c 4 Jan 2010 15:14:20 -0000       1.9.30.1
@@ -350,9 +350,11 @@
       tok_var = tokpre->val[itp++];
       tnl_append(commain,com_var);
 
+/*
       char* ch_img = strrchr(tok_var, '/');
       ch_img++;
-      /*printf("%s\n", ch_img); */
+      printf("%s\n", ch_img); 
+*/
       tsl_append(tokmain,tok_var);
 
     }


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to