Changeset 42787
- Timestamp:
- Jan 21, 2025, 1:04:10 PM (18 months ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r42786 r42787 1039 1039 fieldCount = mysql_num_fields(result); 1040 1040 1041 psTrace("psLib.db", PS_LOG_INFO, "query returned %l u rows with %d fields", rowCount, fieldCount);1041 psTrace("psLib.db", PS_LOG_INFO, "query returned %llu rows with %d fields", rowCount, fieldCount); 1042 1042 1043 1043 while ((row = mysql_fetch_row(result))) {
Note:
See TracChangeset
for help on using the changeset viewer.
