Re: [PATCH] MSP430: Fix message in sbrk.c printing binary character
Corinna Vinschen via Newlib <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
> >From 36c92acd1d6f4bbce4dccf837bbd249b838cd908 Mon Sep 17 00:00:00 2001 > From: Jozef Lawrynowicz <[email protected]> > Date: Wed, 2 Sep 2020 16:16:55 +0100 > Subject: [PATCH] MSP430: Fix message in sbrk.c printing binary character > > The call to write() in sbrk.c was using the wrong value for the length > argument, causing the NUL terminating character of the string to be > printed. > > --- > libgloss/msp430/sbrk.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Pushed. Thanks, Corinna