mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Turn autogroup from short into bool
All users of autogroup are clearly expecting a boolean value, so let the type reflect this. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
e414e0b334
commit
956cb53cd5
3 changed files with 3 additions and 3 deletions
|
@ -833,7 +833,7 @@ static void parse_settings_autogroup(char *line, struct membuffer *str, void *_u
|
|||
(void) line;
|
||||
(void) str;
|
||||
(void) _unused;
|
||||
set_autogroup(1);
|
||||
set_autogroup(true);
|
||||
}
|
||||
|
||||
static void parse_settings_units(char *line, struct membuffer *str, void *unused)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue