Changeset 14059 for trunk/ippTools/src/regtool.c
- Timestamp:
- Jul 6, 2007, 4:50:21 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/regtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/regtool.c
r14024 r14059 897 897 } 898 898 899 psS32 imfiles = psMetadataLookupS32(&status, config->args, "-imfiles");900 if (!status) {901 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -imfiles");902 return false;903 }904 if (!imfiles) {905 psError(PS_ERR_UNKNOWN, true, "-imfiles is required");906 return false;907 }908 909 899 psString exp_tag = psMetadataLookupStr(&status, config->args, "-exp_tag"); 910 900 if (!status) { … … 1074 1064 exp_tag, 1075 1065 exp_type, 1076 imfiles,1077 1066 filelevel, 1078 1067 exp->workdir,
Note:
See TracChangeset
for help on using the changeset viewer.
