Changed "unsigned" to "unsigned int"
This commit is contained in:
parent
5363693b07
commit
0b575e044e
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2007.08.09.133137"
|
#define Cdrskin_timestamP "2007.08.09.133259"
|
||||||
|
@ -182,7 +182,7 @@ struct burn_drive
|
|||||||
/* ts A70108 from 23h READ FORMAT CAPACITY mmc5r03c.pdf 6.24 */
|
/* ts A70108 from 23h READ FORMAT CAPACITY mmc5r03c.pdf 6.24 */
|
||||||
int format_descr_type; /* 1=unformatted, 2=formatted, 3=unclear */
|
int format_descr_type; /* 1=unformatted, 2=formatted, 3=unclear */
|
||||||
off_t format_curr_max_size; /* meaning depends on format_descr_type */
|
off_t format_curr_max_size; /* meaning depends on format_descr_type */
|
||||||
unsigned format_curr_blsas; /* meaning depends on format_descr_type */
|
unsigned int format_curr_blsas; /* dito */
|
||||||
int best_format_type;
|
int best_format_type;
|
||||||
off_t best_format_size;
|
off_t best_format_size;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user