User survey: force running the survey from command line

This way people can test the dialog much easier.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-06-14 14:45:42 -07:00
parent 181d4e2fa6
commit 8bd535d092
3 changed files with 17 additions and 11 deletions

2
dive.h
View file

@ -404,7 +404,7 @@ extern const struct units SI_units, IMPERIAL_units;
extern struct units xml_parsing_units;
extern struct units *get_units(void);
extern int verbose, quit;
extern int run_survey, verbose, quit;
struct dive_table {
int nr, allocated, preexisting;