---
 find.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/find.c b/find.c
index dedf5a1..a870a90 100644
--- a/find.c
+++ b/find.c
@@ -429,6 +429,7 @@ pri_ok(struct arg *arg)
        /* insert filename everywhere user gave us {} */
        for (brace = o->braces; *brace; brace++)
                **brace = arg->path;
+       *brace = NULL;
 
        switch((pid = fork())) {
        case -1:
-- 
2.3.5


Reply via email to