IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42789


Ignore:
Timestamp:
Feb 7, 2025, 3:09:24 PM (17 months ago)
Author:
eugene
Message:

cast trace print value to avoid compile-time error

File:
1 edited

Legend:

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

    r42787 r42789  
    10391039    fieldCount = mysql_num_fields(result);
    10401040
    1041     psTrace("psLib.db", PS_LOG_INFO, "query returned %llu rows with %d fields",            rowCount, fieldCount);
     1041    psTrace("psLib.db", PS_LOG_INFO, "query returned %lu rows with %d fields", (long unsigned int) rowCount, fieldCount);
    10421042
    10431043    while ((row = mysql_fetch_row(result))) {
Note: See TracChangeset for help on using the changeset viewer.