IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42768


Ignore:
Timestamp:
Dec 20, 2024, 2:22:50 PM (19 months ago)
Author:
eugene
Message:

fix fprintf type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/db/psDB.c

    r42741 r42768  
    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.