Changeset 42781
- Timestamp:
- Jan 9, 2025, 2:28:06 PM (18 months ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageBurntoolApply.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageBurntoolApply.c
r42395 r42781 226 226 /* do separate masking strategy for old (14 and lower) and new burntool tables*/ 227 227 if (BURNTOOL_STATE_GOOD >= 15) { 228 printf("DET: New burntool style %d\n",BURNTOOL_STATE_GOOD);228 /*printf("DET: New burntool style %d\n",BURNTOOL_STATE_GOOD);*/ 229 229 for (int i = box->sxfit; i<= box->exfit; i++) { 230 230 if (box->up == 0) { … … 248 248 249 249 } else { 250 printf("DET: Old burntool style %d\n",BURNTOOL_STATE_GOOD);250 /* printf("DET: Old burntool style %d\n",BURNTOOL_STATE_GOOD);*/ 251 251 for (int i = box->sxfit; i<= box->exfit; i++) { 252 252 if (box->up == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.
