Display the statistics

This would be correct if the current selection code wasn't broken. Right
now we only add to our internal notion of what is selected - we never
deselect anything.

Once that is fixed, thestatistics should be correctly displayed.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-05-19 22:42:24 -07:00
parent e818f0352b
commit 11a6b18690
2 changed files with 27 additions and 1 deletions

View file

@ -41,6 +41,7 @@ extern void process_all_dives(struct dive *dive, struct dive **prev_dive);
extern void get_selected_dives_text(char *buffer, int size);
extern volume_t get_gas_used(struct dive *dive);
extern char *get_gaslist(struct dive *dive);
extern void process_selected_dives(void);
#ifdef __cplusplus
}