Changed "unsigned" to "unsigned int"

This commit is contained in:
Thomas Schmitt 2007-08-09 13:30:52 +00:00
parent 5363693b07
commit 0b575e044e
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2007.08.09.133137"
#define Cdrskin_timestamP "2007.08.09.133259"

View File

@ -182,7 +182,7 @@ struct burn_drive
/* ts A70108 from 23h READ FORMAT CAPACITY mmc5r03c.pdf 6.24 */
int format_descr_type; /* 1=unformatted, 2=formatted, 3=unclear */
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;
off_t best_format_size;