Changeset 42768
- Timestamp:
- Dec 20, 2024, 2:22:50 PM (19 months ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r42741 r42768 1040 1040 fieldCount = mysql_num_fields(result); 1041 1041 1042 psTrace("psLib.db", PS_LOG_INFO, "query returned %l ldrows with %d fields", rowCount, fieldCount);1042 psTrace("psLib.db", PS_LOG_INFO, "query returned %lu rows with %d fields", rowCount, fieldCount); 1043 1043 1044 1044 while ((row = mysql_fetch_row(result))) {
Note:
See TracChangeset
for help on using the changeset viewer.
