summaryrefslogtreecommitdiffstats
path: root/ctx.c
diff options
context:
space:
mode:
Diffstat (limited to 'ctx.c')
-rw-r--r--ctx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ctx.c b/ctx.c
index b17d148..5c9c9bf 100644
--- a/ctx.c
+++ b/ctx.c
@@ -1,6 +1,6 @@
/****************************************************************************
* bfs *
- * Copyright (C) 2015-2020 Tavian Barnes <tavianator@tavianator.com> *
+ * Copyright (C) 2015-2021 Tavian Barnes <tavianator@tavianator.com> *
* *
* Permission to use, copy, modify, and/or distribute this software for any *
* purpose with or without fee is hereby granted. *
@@ -72,6 +72,7 @@ struct bfs_ctx *bfs_ctx_new(void) {
ctx->optlevel = 3;
ctx->debug = 0;
ctx->ignore_races = false;
+ ctx->posixly_correct = false;
ctx->status = false;
ctx->unique = false;
ctx->warn = false;