Changeset 27132 for trunk/ippTools/src/regtool.c
- Timestamp:
- Mar 2, 2010, 9:53:48 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/regtool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/regtool.c
r26981 r27132 347 347 psString where2 = NULL; 348 348 if (!pxmagicAddWhere(config, &where2, "rawImfile")) { 349 psError(psErrorCodeLast(), false, "px SpaceAddWhere failed");349 psError(psErrorCodeLast(), false, "pxmagicAddWhere failed"); 350 350 return false; 351 351 } 352 352 if (!pxspaceAddWhere(config, &where2, "rawImfile")) { 353 psError(psErrorCodeLast(), false, "px SpaceAddWhere failed");353 psError(psErrorCodeLast(), false, "pxspaceAddWhere failed"); 354 354 return false; 355 355 } … … 965 965 PXOPT_COPY_F32(config->args, where, "-sun_angle_max", "sun_angle", "<"); 966 966 967 psString where2 = NULL; 968 if (!pxspaceAddWhere(config, &where2, "rawExp")) { 969 psError(psErrorCodeLast(), false, "pxSpaceAddWhere failed"); 970 return false; 971 } 972 967 973 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); 968 974 PXOPT_LOOKUP_BOOL(simple, config->args, "-simple", false); … … 973 979 psStringAppend(&query, " AND %s", whereClause); 974 980 psFree(whereClause); 975 } 981 } 976 982 psFree(where); 983 984 if (where2) { 985 psStringAppend(&query, " %s ", where2); 986 psFree(where2); 987 } 977 988 978 989 if (faulted) {
Note:
See TracChangeset
for help on using the changeset viewer.
