IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 15, 2023, 4:43:48 PM (3 years ago)
Author:
eugene
Message:

fix print type for rowcount in psDB.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/psLib/src/db/psDB.c

    r42378 r42500  
    10401040    fieldCount = mysql_num_fields(result);
    10411041
    1042     psTrace("psLib.db", PS_LOG_INFO, "query returned %lld rows with %d fields",             rowCount, fieldCount);
     1042    psTrace("psLib.db", PS_LOG_INFO, "query returned %lu rows with %d fields",             rowCount, fieldCount);
    10431043
    10441044    while ((row = mysql_fetch_row(result))) {
Note: See TracChangeset for help on using the changeset viewer.