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

@@ -179,7 +179,7 @@ void burn_write_opts_set_start_byte(struct burn_write_opts *opts, off_t value)
*/
enum burn_write_types burn_write_opts_auto_write_type(
struct burn_write_opts *opts, struct burn_disc *disc,
char reasons[1024], int flag)
char reasons[BURN_REASONS_LEN], int flag)
{
struct burn_multi_caps *caps = NULL;
struct burn_drive *d = opts->drive;