altos: ensure erase mark is written when erasing flights
authorKeith Packard <keithp@keithp.com>
Sat, 8 Jan 2011 04:13:28 +0000 (20:13 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 8 Jan 2011 04:16:00 +0000 (20:16 -0800)
commit73620c41017c1774d6190dfd4be5b742eb64f8d3
treebe224b82451fd74c5ebcc6b2a225c930f947a2b4
parentedd22ee49adf60c35f2fe6ba97c111b7ad4131c2
altos: ensure erase mark is written when erasing flights

It was getting called only when *failing* to erase a flight (oops),
secondly, it wasn't getting written because ao_storage_flush wasn't
getting called.

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