Changeset 30061
- Timestamp:
- Dec 15, 2010, 9:35:00 PM (15 years ago)
- File:
-
- 1 edited
-
tags/ipp-20101215/ippTools/src/regtool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20101215/ippTools/src/regtool.c
r30057 r30061 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.
