Changeset 16394
- Timestamp:
- Feb 11, 2008, 3:24:39 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r16170 r16394 1339 1339 PXOPT_LOOKUP_STR(uri, config->args, "-uri", true, false); 1340 1340 PXOPT_LOOKUP_STR(recipe, config->args, "-recip", true, false); 1341 1341 1342 1342 // optional 1343 1343 PXOPT_LOOKUP_F64(bg, config->args, "-bg", false, false); … … 1495 1495 PXOPT_LOOKUP_F64(user_5, config->args, "-user_5", false, false); 1496 1496 PXOPT_LOOKUP_STR(path_base, config->args, "-path_base", true, false); 1497 1497 1498 1498 // default values 1499 1499 PXOPT_LOOKUP_S16(code, config->args, "-code", false, false); … … 1889 1889 PXOPT_LOOKUP_STR(uri, config->args, "-uri", true, false); 1890 1890 PXOPT_LOOKUP_STR(recipe, config->args, "-recip", true, false); 1891 1891 1892 1892 // optional 1893 1893 PXOPT_LOOKUP_F64(bg, config->args, "-bg", false, false); … … 1927 1927 if (rawImfiles) { 1928 1928 for (long i = 0; i < psArrayLength(rawImfiles); i++) { 1929 if (!rawImfiles->data[i]) {1930 fprintf (stderr, "*");1931 continue;1932 }1929 if (!rawImfiles->data[i]) { 1930 fprintf (stderr, "*"); 1931 continue; 1932 } 1933 1933 if (strcmp(class_id, ((rawImfileRow *)rawImfiles->data[i])->class_id) == 0) { 1934 1934 valid_class_id = true; … … 2304 2304 " AND detNormalizedImfile.class_id IS NULL" 2305 2305 " AND detNormalizedStatImfile.fault = 0" 2306 " AND detRun.state = 'run'" 2306 2307 ); 2307 2308
Note:
See TracChangeset
for help on using the changeset viewer.
