Changeset 30277 for trunk/ippTools/src/regtool.c
- Timestamp:
- Jan 14, 2011, 2:16:52 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/regtool.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/regtool.c
r30240 r30277 95 95 psAbort("invalid option (this should not happen)"); 96 96 } 97 97 psTrace("regtool",9,"Attempting to free config\n"); 98 98 psFree(config); 99 99 pmConfigDone(); … … 204 204 205 205 // convert regular class_id format to summitImfile.class_id format 206 rep = psStringCopy(class_id); 207 psFree(class_id); 208 class_id = rep; 209 206 210 psStringSubstitute(&class_id,"ota","XY"); 207 211 … … 211 215 psStringSubstitute(&query,dateobs_end,"@DATEOBS_END@"); 212 216 213 fprintf(stderr,"%s",query);217 // fprintf(stderr,"%s",query); 214 218 215 219 if (!p_psDBRunQuery(config->dbh, query)) { … … 237 241 if (!psArrayLength(output)) { 238 242 psTrace("regtool", PS_LOG_INFO, "no rows found"); 239 psFree(output);240 243 return true; 241 244 }
Note:
See TracChangeset
for help on using the changeset viewer.
