Reacted on compiler warning about uninitialized variable in rev 4476
This commit is contained in:
parent
4b056cd848
commit
d2d25cc88e
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2011.12.05.203821"
|
#define Cdrskin_timestamP "2011.12.06.134651"
|
||||||
|
@ -663,7 +663,7 @@ int burn_write_leadin_cdtext(struct burn_write_opts *o, struct burn_session *s,
|
|||||||
unsigned char *subdata = NULL;
|
unsigned char *subdata = NULL;
|
||||||
struct burn_drive *d = o->drive;
|
struct burn_drive *d = o->drive;
|
||||||
struct buffer *buf = NULL;
|
struct buffer *buf = NULL;
|
||||||
enum burn_drive_status was_busy;
|
enum burn_drive_status was_busy = o->drive->busy;
|
||||||
#ifdef Libburn_debug_cd_texT
|
#ifdef Libburn_debug_cd_texT
|
||||||
unsigned char *packs;
|
unsigned char *packs;
|
||||||
#endif
|
#endif
|
||||||
@ -671,7 +671,6 @@ int burn_write_leadin_cdtext(struct burn_write_opts *o, struct burn_session *s,
|
|||||||
if (o->num_text_packs <= 0)
|
if (o->num_text_packs <= 0)
|
||||||
{ret = 1; goto ex;}
|
{ret = 1; goto ex;}
|
||||||
|
|
||||||
was_busy = d->busy;
|
|
||||||
d->busy = BURN_DRIVE_WRITING_LEADIN;
|
d->busy = BURN_DRIVE_WRITING_LEADIN;
|
||||||
|
|
||||||
#ifdef Libburn_debug_cd_texT
|
#ifdef Libburn_debug_cd_texT
|
||||||
|
Loading…
Reference in New Issue
Block a user