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)
commitb7abc063fb27da29cd7a717bbea15f92882bd205
treeaeba6ecc5f36e66410188f9b6d47a2e3aa32d461
parent7385c76af46ff400b9e79a8540199be289cb57c0
altos: Maximum pyro configuration parameter has 4 bytes in the name

"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>
src/kernel/ao_pyro.c