Changeset 26984 for trunk/ippTools/src/difftool.c
- Timestamp:
- Feb 18, 2010, 11:36:46 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/difftool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/difftool.c
r26981 r26984 820 820 PXOPT_COPY_S64(config->args, where, "-diff_id", "diffSkyfile.diff_id", "=="); 821 821 PXOPT_COPY_STR(config->args, where, "-skycell_id", "diffSkyfile.skycell_id", "=="); 822 PXOPT_COPY_STR(config->args, where,"-label", "diffRun.label", "==");822 pxAddLabelSearchArgs(config, where, "-label", "diffRun.label", "=="); 823 823 PXOPT_COPY_S16(config->args, where, "-fault", "fault", "=="); 824 824 … … 2062 2062 psS64 in_template_stack_id = psMetadataLookupS64(&mdok,input_row,"max_stack_id"); 2063 2063 psString in_tess_id = psMetadataLookupStr(&mdok,input_row,"tess_id"); 2064 psTrace("difftool",1,"%s %ld %ld %s\n",in_skycell_id,in_input_stack_id,in_template_stack_id,in_tess_id); 2064 psTrace("difftool",1,"%s %" PRId64 " %" PRId64 " %s\n", 2065 in_skycell_id, in_input_stack_id, in_template_stack_id, in_tess_id); 2065 2066 diffInputSkyfileRow *input = diffInputSkyfileRowAlloc( 2066 2067 run->diff_id, // ID
Note:
See TracChangeset
for help on using the changeset viewer.
