Changeset 19002
- Timestamp:
- Aug 10, 2008, 10:08:50 AM (18 years ago)
- Location:
- branches/eam_branch_20080719/ippTools/src
- Files:
-
- 2 edited
-
dettool_normalizedstat.c (modified) (1 diff)
-
dettool_stack.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080719/ippTools/src/dettool_normalizedstat.c
r18991 r19002 85 85 PXOPT_LOOKUP_S16(code, config->args, "-code", false, false); 86 86 87 if (!detNormalizedStatImfileInsert(config->dbh, 88 det_id, 89 iteration, 90 class_id, 91 norm, 92 code 93 )) { 94 psError(PS_ERR_UNKNOWN, false, "database error"); 95 return false; 87 detNormalizedStatImfileRow *row = detNormalizedStatImfileRowAlloc 88 (det_id, 89 iteration, 90 class_id, 91 norm, 92 "full", 93 code); 94 95 if (!detNormalizedStatImfileInsertObject(config->dbh, row)) { 96 psError(PS_ERR_UNKNOWN, false, "database error"); 97 return false; 96 98 } 97 99 -
branches/eam_branch_20080719/ippTools/src/dettool_stack.c
r18991 r19002 188 188 user_4, 189 189 user_5, 190 "full", 190 191 code 191 192 );
Note:
See TracChangeset
for help on using the changeset viewer.
