From cdadc0f97d6baea98eb4780e69af816ba0070f56 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 5 Dec 2019 21:49:18 +0100 Subject: initialize new.total --- lr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lr.c b/lr.c index 4d45bea..ffd4ca3 100644 --- a/lr.c +++ b/lr.c @@ -2262,6 +2262,7 @@ recurse(char *path, struct history *h, int guessdir) new.chain = h; new.level = h ? h->level + 1 : 0; + new.total = 0; if (guessdir) { new.dev = st.st_dev; new.ino = st.st_ino; -- cgit 1.4.1