Compare commits
4 Commits
1.3.6
...
1.3.6.pl01
Author | SHA1 | Date | |
---|---|---|---|
9ac3548d81 | |||
1f0755c50e | |||
b667218011 | |||
5714fdd895 |
@ -74,7 +74,7 @@ static int intentional_compiler_warning(void)
|
||||
int Have_to_use_dummy_MMC_transport_adapter_;
|
||||
int This_libburn_will_not_be_able_to_operate_on_real_CD_drives;
|
||||
int Have_to_use_dummy_MMC_transport_adapter;
|
||||
int Cannot_recognize_GNU_Linux_nor_FreeBSD_nor_Solaris_nor_NetBSD_;
|
||||
int Cannot_recognize_GNU_Linux_nor_FreeBSD_nor_Solaris_nor_NetBSD;
|
||||
int INTENTIONAL_COMPILER_WARNING;
|
||||
|
||||
return(0);
|
||||
|
@ -1101,7 +1101,7 @@ int burn_write_track(struct burn_write_opts *o, struct burn_session *s,
|
||||
struct burn_drive *d = o->drive;
|
||||
int i, tmp = 0, open_ended = 0, ret= 0, nwa, lba;
|
||||
int sectors;
|
||||
char msg[80];
|
||||
char msg[160];
|
||||
|
||||
d->rlba = -150;
|
||||
|
||||
|
Reference in New Issue
Block a user