Skip to content

Commit

Permalink
Update src/rs03-common.c
Browse files Browse the repository at this point in the history
Co-authored-by: jpovixwm <[email protected]>
  • Loading branch information
speed47 and jpovixwm authored Jan 18, 2024
1 parent fc6f573 commit c454144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rs03-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ RS03Layout *CalcRS03Layout(Image *image, int target)
/* Triple layered BDXL */
else if(Closure->noBdrDefectManagement && get_roots(dataSectors, BDXL_TL_SIZE_NODM) >= 8)
lay->mediumCapacity = BDXL_TL_SIZE_NODM;
else if(get_roots(dataSectors, BDXL_TL_SIZE_NODM) >= 8)
else if(get_roots(dataSectors, BDXL_TL_SIZE) >= 8)
lay->mediumCapacity = BDXL_TL_SIZE;
/* Quadruple layered BDXL */
else if(Closure->noBdrDefectManagement)
Expand Down

0 comments on commit c454144

Please sign in to comment.