Removed a redundant d->start_unit() of revision 419
This commit is contained in:
parent
2aef36f2bb
commit
8388b55e70
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2006.11.20.090207"
|
||||
#define Cdrskin_timestamP "2006.11.20.090503"
|
||||
|
@ -156,10 +156,8 @@ int burn_drive_grab(struct burn_drive *d, int le)
|
||||
}
|
||||
d->busy = BURN_DRIVE_GRABBING;
|
||||
|
||||
if (le) {
|
||||
if (le)
|
||||
d->load(d);
|
||||
d->start_unit(d);
|
||||
}
|
||||
|
||||
d->lock(d);
|
||||
d->start_unit(d);
|
||||
|
Loading…
Reference in New Issue
Block a user