Skip to content

Commit

Permalink
Fix systems (#458)
Browse files Browse the repository at this point in the history
Do not set v ourselves, the caller does that. This fixes the second problem mentioned in issue #436
  • Loading branch information
ermarch authored and bcoconni committed Jul 10, 2021
1 parent f018b70 commit 168be08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion utils/aeromatic++/config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* versioning */
#define AEROMATIC_MAJOR_VERSION 3
#define AEROMATIC_MINOR_VERSION 3
#define AEROMATIC_MICRO_VERSION 14
#define AEROMATIC_MICRO_VERSION 15

1 change: 0 additions & 1 deletion utils/aeromatic++/types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ Param::Param(const char* n, const char *h, bool& v, const bool& c, unsigned t)
_convert(c),
_utype(t)
{
v = false;
_value.b = &v;
}

Expand Down

0 comments on commit 168be08

Please # to comment.