Changeset 16291 for trunk/ippTools/src/pstamptool.c
- Timestamp:
- Feb 3, 2008, 11:58:31 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pstamptool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pstamptool.c
r16277 r16291 223 223 224 224 psS64 req_id = psDBLastInsertID(config->dbh); 225 printf("%l d\n", req_id);225 printf("%lld\n", req_id); 226 226 227 227 return true; … … 411 411 412 412 psS64 job_id = psDBLastInsertID(config->dbh); 413 printf("%l d\n", job_id);413 printf("%lld\n", job_id); 414 414 415 415 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
