mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
181d4e2fa6
commit
8bd535d092
3 changed files with 17 additions and 11 deletions
2
dive.h
2
dive.h
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue