Changed layout of xorriso style write pacifier line

This commit is contained in:
2008-11-30 21:41:46 +00:00
parent 8a5540c974
commit dad02dc7ad
3 changed files with 44 additions and 25 deletions

View File

@ -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;