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 9f2c4b303d
commit 64ae333863
7 changed files with 17 additions and 8 deletions

View File

@ -4359,7 +4359,7 @@ int Cdrskin_activate_write_mode(struct CdrskiN *skin,
int flag)
{
int profile_number= -1, current_is_cd= 1, ret, was_still_default= 0;
char profile_name[80], reasons[1024];
char profile_name[80], reasons[BURN_REASONS_LEN];
enum burn_disc_status s= BURN_DISC_UNGRABBED;
enum burn_write_types wt;