Changeset 28371 for trunk/ippTools/src/pubtool.c
- Timestamp:
- Jun 16, 2010, 3:42:45 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pubtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pubtool.c
r28323 r28371 173 173 PXOPT_COPY_STR(config->args, camWhere, "-obs_mode", "rawExp.obs_mode", "LIKE"); 174 174 175 PXOPT_LOOKUP_STR(set_label, config->args, "-set_label", false, false); 175 176 PXOPT_LOOKUP_BOOL(rerun, config->args, "-rerun", false); 176 177 PXOPT_LOOKUP_BOOL(pretend, config->args, "-pretend", false); … … 261 262 psS64 client = psMetadataLookupS64(NULL, row, "client_id"); // Client identifier 262 263 psS64 stage = psMetadataLookupS64(NULL, row, "stage_id"); // Stage identifier 263 c har *label = psMetadataLookupStr(NULL, row, "src_label"); // label from correct source264 265 if (!publishRunInsert(config->dbh, 0, client, stage, label, "new")) {264 const char *label = psMetadataLookupStr(NULL, row, "src_label"); // label from correct source 265 266 if (!publishRunInsert(config->dbh, 0, client, stage, set_label ? set_label : label, "new")) { 266 267 psError(PS_ERR_UNKNOWN, false, "Unable to add fileset"); 267 268 psFree(output);
Note:
See TracChangeset
for help on using the changeset viewer.
