Skip to content

Commit

Permalink
Properly initialise flags.
Browse files Browse the repository at this point in the history
Fixes: #109
  • Loading branch information
davidgiven committed Sep 22, 2019
1 parent 7b4a8d6 commit 658e2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fe-erase.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "fluxmap.h"
#include "writer.h"

static FlagGroup flags;
static FlagGroup flags { &writerFlags };

int mainErase(int argc, const char* argv[])
{
Expand Down

0 comments on commit 658e2b7

Please sign in to comment.