diff --git a/test/burniso.c b/test/burniso.c index a20ee9e..433cdb5 100644 --- a/test/burniso.c +++ b/test/burniso.c @@ -5,8 +5,8 @@ #include /** IMPORTANT: By default this program tries to make a simulated burn - on the CD recorder. Some obey, some do not. - If you want to burn really readable CD for sure by default, + on the CD recorder. Some obey, some do not. + If you want to burn really readable CD for sure by default, then set this macro to 0 . Explicit options: --burn_for_real and --try_to_simulate */ @@ -144,7 +144,7 @@ int burn_app_aquire_by_driveno(int driveno) /* Now save yourself from sysadmins' revenge */ /* If n_drives == 1 this would be not really necessary, though. - You could now call burn_drive_grab() and avoid libburn restart. + You could now call burn_drive_grab() and avoid libburn restart. We don't try to be smart here and follow the API's strong urge. */ if (burn_drive_get_adr(&(drives[driveno]), adr) <=0) {