Bug fix: Interrupting libburn while drive tray is loading led to endless loop
This commit is contained in:
@ -210,6 +210,8 @@ handle_error:;
|
||||
goto handle_error;
|
||||
|
||||
slumber:;
|
||||
if (d->cancel)
|
||||
break;
|
||||
usleep(sleep_usecs);
|
||||
}
|
||||
if (ret <= 0 || !(flag & 2)) {
|
||||
|
Reference in New Issue
Block a user