IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2005, 4:25:07 PM (21 years ago)
Author:
jhoblitt
Message:

change limit params to type unsigned long long

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/selectrowsfits.tt

    r4248 r4267  
    1 bool [% namespace %]SelectRowsFits(psDB *dbh, psFits *fits, const psMetadata *where, unsigned long limit)
     1bool [% namespace %]SelectRowsFits(psDB *dbh, psFits *fits, const psMetadata *where, unsigned long long limit)
    22{
    33    psArray         *rowSet;
    4     long            i;
     4    psU64           i;
    55
    66    rowSet = psDBSelectRows(dbh, [% namespace FILTER upper %]_TABLE_NAME, where, limit);
Note: See TracChangeset for help on using the changeset viewer.