Changeset 25324 for trunk/ippTools/src/dettool_processedimfile.c
- Timestamp:
- Sep 10, 2009, 12:52:50 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippTools/src (modified) (1 prop)
-
ippTools/src/dettool_processedimfile.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/czw_branch/cleanup merged: 24713,24743,24785,24835,24902,24913,24951-24952,24972
- Property svn:mergeinfo changed
-
trunk/ippTools/src
- Property svn:ignore
-
old new 34 34 disttool 35 35 receivetool 36 36 addtool 37 37 pubtool
-
- Property svn:ignore
-
trunk/ippTools/src/dettool_processedimfile.c
r23688 r25324 314 314 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); 315 315 PXOPT_LOOKUP_BOOL(simple, config->args, "-simple", false); 316 316 /* int i; */ 317 317 psMetadata *where = psMetadataAlloc(); 318 318 PXOPT_COPY_S64(config->args, where, "-det_id", "det_id", "=="); … … 345 345 return false; 346 346 } 347 /* fprintf(stderr,"DETTOOL:procimfile: %s\n",query); */ 347 348 psFree(query); 348 349 … … 350 351 if (!output) { 351 352 psError(PS_ERR_UNKNOWN, false, "database error"); 353 /* fprintf(stderr,"WTF !output?\n"); */ 352 354 return false; 353 355 } 354 356 if (!psArrayLength(output)) { 355 357 psTrace("dettool", PS_LOG_INFO, "no rows found"); 358 /* fprintf(stderr,"WTF no rows??\n"); */ 356 359 psFree(output); 357 360 return true; … … 359 362 360 363 // negative simple so the default is true 364 /* i = (int) ippdbPrintMetadatas(stdout, output, "detCleanupProcessedImfile", !simple); */ 365 /* fprintf(stderr,">>%d<<\n",i); */ 361 366 if (!ippdbPrintMetadatas(stdout, output, "detCleanupProcessedImfile", !simple)) { 362 367 psError(PS_ERR_UNKNOWN, false, "failed to print array"); … … 364 369 return false; 365 370 } 371 /* fprintf(stderr,"DETTOOL:procimfile: %s\n",output); */ 372 /* psFree(output); */ 366 373 367 374 psFree(output);
Note:
See TracChangeset
for help on using the changeset viewer.
