Changeset 18974 for trunk/ippTools/src/pstamptool.c
- Timestamp:
- Aug 8, 2008, 12:37:00 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pstamptool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pstamptool.c
r18717 r18974 220 220 PXOPT_LOOKUP_STR(uri, config->args, "-uri", true, false); 221 221 // PXOPT_LOOKUP_STR(outFileset, config->args, "-out_fileset", true, false); 222 PXOPT_LOOKUP_S TR(ds_id, config->args, "-ds_id", false, false);222 PXOPT_LOOKUP_S32(ds_id, config->args, "-ds_id", false, false); 223 223 224 224 char *query ="INSERT INTO pstampRequest" 225 225 " (state, uri, ds_id, fault)" 226 " VALUES( 'new', '%s', % s, 0 )";226 " VALUES( 'new', '%s', %" PRId64 ", 0 )"; 227 227 if (!p_psDBRunQuery(config->dbh, query, uri, ds_id)) { 228 228 psError(PS_ERR_UNKNOWN, false, "database error");
Note:
See TracChangeset
for help on using the changeset viewer.
