IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24948


Ignore:
Timestamp:
Jul 30, 2009, 3:20:29 PM (17 years ago)
Author:
bills
Message:

undo last change it doesn't work

File:
1 edited

Legend:

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

    r24947 r24948  
    804804    // treat limit == 0 as "no limit"
    805805    if (limit) {
    806         // hack to prevent pending skycells from preventing nodes from getting processed
    807         psString limitString = psDBGenerateLimitSQL((limit + 1) /2);
     806        psString limitString = psDBGenerateLimitSQL(limit);
    808807        psStringAppend(&query, " %s", limitString);
    809808        psFree(limitString);
     
    14501449
    14511450    // note: on failure censorStage issues the rollback
    1452 #ifdef notyet
    14531451    if (!censorStage(config, "raw", whereClause)) {
    14541452        psFree(whereClause);
     
    14711469        return false;
    14721470    }
    1473 #endif
    14741471
    14751472    psFree(whereClause);
Note: See TracChangeset for help on using the changeset viewer.