summaryrefslogtreecommitdiffstats
path: root/ftw.c
diff options
context:
space:
mode:
Diffstat (limited to 'ftw.c')
-rw-r--r--ftw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftw.c b/ftw.c
index 2c5a4a29..acc0ed16 100644
--- a/ftw.c
+++ b/ftw.c
@@ -52,7 +52,7 @@ static int ftw_callback(const char *c_path, const struct stat *c_sb,
int c_result = 1;
uw_frame_t cont_guard;
- uw_push_guard(&cont_guard);
+ uw_push_guard(&cont_guard, 0);
uw_simple_catch_begin;