From 2b7a300715f19e8c04f1658b8e00b0ca1febb025 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 30 Mar 2000 23:49:07 +0000 Subject: Set CHUNK size to 16 bytes to prevent download failures on lame targets. --- bfd/ihex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/ihex.c') diff --git a/bfd/ihex.c b/bfd/ihex.c index 17740d8239..d00c59b5e1 100644 --- a/bfd/ihex.c +++ b/bfd/ihex.c @@ -146,7 +146,7 @@ static int ihex_sizeof_headers PARAMS ((bfd *, boolean)); /* The number of bytes we put on one line during output. */ -#define CHUNK (21) +#define CHUNK 16 /* Macros for converting between hex and binary. */ -- cgit v1.2.1