altos: Shrink ao_config_callsign_set
authorKeith Packard <keithp@keithp.com>
Wed, 6 Jul 2011 20:21:25 +0000 (13:21 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 6 Jul 2011 20:21:25 +0000 (13:21 -0700)
commit480b48837db31987b947e4d32248965d4a16be03
tree3027a076af9376d87ec56735791c3cae518c9682
parent41c230cac359b4459ca93196d08704b7d35447c7
altos: Shrink ao_config_callsign_set

Replacing a hand-coded memset with a function call, using static space
instead of stack space for an array.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/ao_config.c