altos: Maximum pyro configuration parameter has 4 bytes in the name
authorKeith Packard <keithp@keithp.com>
Tue, 3 Jun 2014 05:04:11 +0000 (22:04 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 3 Jun 2014 05:04:11 +0000 (22:04 -0700)
"f>=" needs four bytes, not just three to store the whole string. If
we only store three, then we never manage to compare correctly as the
null terminating byte is missing.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found