Revoked an aspect of rev 4465 which aborted operation before drive is ready

This commit is contained in:
Thomas Schmitt 2012-01-23 10:09:04 +00:00
parent 7ce13c6dd3
commit cc9ec8666c
2 changed files with 1 additions and 3 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2012.01.21.174103" #define Cdrskin_timestamP "2012.01.22.124929"

View File

@ -216,8 +216,6 @@ handle_error:;
goto handle_error; goto handle_error;
slumber:; slumber:;
if (d->cancel)
break;
usleep(sleep_usecs); usleep(sleep_usecs);
} }
if (ret <= 0 || !(flag & 2)) { if (ret <= 0 || !(flag & 2)) {