]> sourceware.org Git - newlib-cygwin.git/commit
MSP430: Fix message in sbrk.c printing binary character
authorJozef Lawrynowicz <jozef.l@mittosystems.com>
Wed, 2 Sep 2020 15:16:55 +0000 (16:16 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 3 Sep 2020 10:55:32 +0000 (12:55 +0200)
commitd72ea86d41e1295839de8cd9564bb8b44a8d862a
tree730ff79929b92265f261cbfb112c02a514d9a7b8
parent754386c7f558a686420d4646c101706d9020f5d3
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
This page took 0.028306 seconds and 5 git commands to generate.