IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27858


Ignore:
Timestamp:
May 4, 2010, 11:07:21 AM (16 years ago)
Author:
bills
Message:

ORDER BY priority DESC, chip_id

File:
1 edited

Legend:

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

    r27776 r27858  
    472472    psFree(where);
    473473
     474    psStringAppend(&query, "\nORDER BY priority DESC, chip_id");
     475
    474476    // treat limit == 0 as "no limit"
    475477    if (limit) {
Note: See TracChangeset for help on using the changeset viewer.