Changeset 42789 for trunk/psLib/src/db/psDB.c
- Timestamp:
- Feb 7, 2025, 3:09:24 PM (17 months ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r42787 r42789 1039 1039 fieldCount = mysql_num_fields(result); 1040 1040 1041 psTrace("psLib.db", PS_LOG_INFO, "query returned %l lu 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); 1042 1042 1043 1043 while ((row = mysql_fetch_row(result))) {
Note:
See TracChangeset
for help on using the changeset viewer.
