IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23883 for trunk/ippTools/src


Ignore:
Timestamp:
Apr 16, 2009, 11:38:11 AM (17 years ago)
Author:
Paul Price
Message:

Index is long, not necessarily S64.

File:
1 edited

Legend:

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

    r23873 r23883  
    2929{
    3030    PS_ASSERT_PTR_NON_NULL(state, false);
    31    
     31
    3232    if (!strcmp(state, "new")) return true;
    3333    if (!strcmp(state, "reg")) return true;
     
    5959        psString state = psMetadataLookupStr(NULL, row, columnName);
    6060        if (!state) {
    61             psError(PS_ERR_PROGRAMMING, false, "%s not found in row %" PRId64 " of table %s",
     61            psError(PS_ERR_PROGRAMMING, false, "%s not found in row %ld of table %s",
    6262                columnName, i, tableName);
    6363            return false;
Note: See TracChangeset for help on using the changeset viewer.