IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 29, 2011, 6:13:55 PM (15 years ago)
Author:
watersc1
Message:

Speed improvement for difftool -pendingcleanuprun

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/difftool.c

    r31435 r32218  
    24612461        psString limitString = psDBGenerateLimitSQL(limit);
    24622462        psStringAppend(&query, " %s", limitString);
     2463        psStringSubstitute(&query,limitString,"@INNERLIMITS@");
    24632464        psFree(limitString);
     2465
     2466    }
     2467    else {
     2468      psStringSubstitute(&query,NULL,"@INNERLIMITS@");
    24642469    }
    24652470    //    fprintf(stderr,"%s",query);
Note: See TracChangeset for help on using the changeset viewer.