Commit 22bcf1c3ea1eb2879d8f2271bb372acc8b14adda
authorcyrozap <cyrozap@gmail.com>
Tue, 14 Oct 2014 04:57:11 +0000 (00:57 -0400)
committercyrozap <cyrozap@gmail.com>
Tue, 14 Oct 2014 04:57:11 +0000 (00:57 -0400)
treee2ac4aad2c974886d62833049e0dceea8869b566
parenta8765fece3c681fb7fc8f00869c4f3c9993beaf7
Message:
sim_hex: Only decrement maxlen in read_hex_string when a byte is added to the array

Without this fix, the output to the buffer would be limited to maxlen/2 bytes
instead of maxlen. It is obvious from the implementation that the latter
behavior is the expected one, so the function has been altered to reflect that.
simavr/sim/sim_hex.c