From cc3ca38022549b58580f3149da092c4d897b2c36 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 17740d8239e..d00c59b5e1a 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