Changed layout of xorriso style write pacifier line
This commit is contained in:
@ -14458,7 +14458,7 @@ bd_speed:;
|
||||
is_cd= (ret==2);
|
||||
if(is_cd)
|
||||
goto cd_speed;
|
||||
else if (profile_name[0]=='B' && profile_name[1]=='D')
|
||||
else if (ret == 3)
|
||||
goto bd_speed;
|
||||
else
|
||||
goto dvd_speed;
|
||||
|
Reference in New Issue
Block a user