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/srec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/srec.c') diff --git a/bfd/srec.c b/bfd/srec.c index bce2efe3303..31f69b04cf0 100644 --- a/bfd/srec.c +++ b/bfd/srec.c @@ -171,7 +171,7 @@ srec_init () /* The maximum number of bytes on a line is FF */ #define MAXCHUNK 0xff /* The number of bytes we fit onto a line on output */ -#define CHUNK 21 +#define CHUNK 16 /* When writing an S-record file, the S-records can not be output as they are seen. This structure is used to hold them in memory. */ -- cgit v1.2.1