Changeset 30118 for branches/czw_branch/20101203/ippTools/src/regtool.c
- Timestamp:
- Dec 20, 2010, 2:30:45 PM (16 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
ippTools (modified) (1 prop)
-
ippTools/src (modified) (1 prop)
-
ippTools/src/regtool.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/ippTools
- Property svn:mergeinfo deleted
-
branches/czw_branch/20101203/ippTools/src
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20101103/ippTools/src (added) merged: 29664,29835,29872,29906,29918,29920
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/ippTools/src/regtool.c
r30014 r30118 300 300 psStringSubstitute(&query,date,"@DATE@"); 301 301 302 fprintf(stderr,"%s",query);302 // fprintf(stderr,"%s",query); 303 303 304 304 if (!p_psDBRunQuery(config->dbh, query)) { … … 349 349 psMetadataAddStr(row,PS_LIST_TAIL,"previous_class_id",PS_META_REPLACE,"",previous_class_id); 350 350 } 351 351 // class_id = NULL sorts to the top of the list, so skip those (incomplete downloads) 352 if (!this_class_id) { 353 continue; 354 } 352 355 // Determine if we've crossed a class_id boundary, as this resets the bits. 353 356 if (previous_class_id) { … … 370 373 if ((psMetadataLookupS32(NULL,row,"is_downloaded") != 1)|| 371 374 (psMetadataLookupS32(NULL,row,"is_registered") != 1)) { 375 // printf("I claim this isn't downloaded or registered? %s %s\n",this_uri,this_class_id); 372 376 ok_to_burn = false; 373 377 } 374 378 if (already_burned == false) { 379 // printf("already_burned looks false %s %s\n",this_uri,this_class_id); 375 380 ok_to_burn = false; 376 381 } … … 398 403 } 399 404 400 // printf("STATUS: %s %s %s %s (%d %d) \n",this_uri,previous_uri,this_class_id,previous_class_id,ok_to_burn,already_burned);405 // printf("STATUS: %s %s %s %s (%d %d) %d %d %d\n",this_uri,previous_uri,this_class_id,previous_class_id,ok_to_burn,already_burned,psMetadataLookupS32(NULL,row,"burntool_state"),psMetadataLookupS32(NULL,row,"is_registered"),psMetadataLookupS32(NULL,row,"is_downloaded")); 401 406 402 407 // If the state of this imfile is not "pending_burntool" then we can't burn it.
Note:
See TracChangeset
for help on using the changeset viewer.
