IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42787


Ignore:
Timestamp:
Jan 21, 2025, 1:04:10 PM (18 months ago)
Author:
tdeboer
Message:

ppMerge memory leak, db changes

File:
1 edited

Legend:

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

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