diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-11-08 14:56:50 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-11-08 14:56:50 -0500 |
commit | dd6808539013061a3113e45c7267430e56749f2c (patch) | |
tree | 18d8ce7a55534c0599d8f69eea91af3008b4845b | |
parent | 83ce4ddd5894263ed296ea2cb00e3b7833b28846 (diff) | |
download | bfs-dd6808539013061a3113e45c7267430e56749f2c.tar.xz |
eval: Add missing flag to -D stat
-rw-r--r-- | src/eval.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1231,6 +1231,7 @@ static void debug_stat(const struct bfs_ctx *ctx, const struct BFTW *ftwbuf, con DEBUG_FLAG(flags, BFS_STAT_FOLLOW); DEBUG_FLAG(flags, BFS_STAT_NOFOLLOW); DEBUG_FLAG(flags, BFS_STAT_TRYFOLLOW); + DEBUG_FLAG(flags, BFS_STAT_NOSYNC); fprintf(stderr, ") == %d", cache->buf ? 0 : -1); |