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

Modified Files:
      Tag: M5XQ
        tjc_main.c 
Log Message:
propagated changes of Wednesday Dec 09 2009
from the XQFT branch to the M5XQ branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/12/09 - sjoerd: modules/pftijah/tjc/tjc_main.c,1.22.2.1
  propagated changes of Wednesday Dec 09 2009
  from the development trunk to the XQFT branch
  
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2009/12/09 - sjoerd: modules/pftijah/tjc/tjc_main.c,1.23
    propagated changes of Monday Dec 07 2009 - Wednesday Dec 09 2009
    from the Nov2009 branch to the development trunk
  
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      2009/12/07 - sjoerd: modules/pftijah/tjc/tjc_main.c,1.21.2.2
      Removed useless NULL check: the variable has already been dereferenced
      at this point.
      Found by Coverity.
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: tjc_main.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/tjc/tjc_main.c,v
retrieving revision 1.17.2.5
retrieving revision 1.17.2.6
diff -u -d -r1.17.2.5 -r1.17.2.6
--- tjc_main.c  13 Oct 2009 14:52:10 -0000      1.17.2.5
+++ tjc_main.c  9 Dec 2009 14:25:50 -0000       1.17.2.6
@@ -246,7 +246,7 @@
         if (DEBUG) stream_printf(GDKout,"#!tjc error <%s>\n",errBUFF);
        return NULL;
     }
-    if (!status && ptree) {
+    if (!status) {
        root = &ptree->node[ptree->length - 1];
         if (DEBUG) stream_printf(GDKout,"#!tjc start normalize\n");
        normalize(ptree);


------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to