Macro for length of rejection reasons string (old size is still safe)

This commit is contained in:
2007-02-22 09:49:18 +00:00
parent b9c71c4d63
commit dd805b734d
7 changed files with 17 additions and 8 deletions

View File

@ -1252,7 +1252,7 @@ int burn_disc_setup_dvd_minus_r(struct burn_write_opts *o,
/* ts A70219 : API */
int burn_precheck_write(struct burn_write_opts *o, struct burn_disc *disc,
char reasons[1024], int silent)
char reasons[BURN_REASONS_LEN], int silent)
{
enum burn_write_types wt;
struct burn_drive *d = o->drive;