X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=wt-status.c;h=02377729c401fa6e041a713a89fe986fa0f562a0;hb=0e8a23bf1f75fbae5ffff2e3847adb4543d3ae0b;hp=9f4e0ba9c17120ca2903b30b95b6d8fbcc62cd9c;hpb=ffc5e3c958b66fb4babeba01483cc924bc2957a5;p=git.git diff --git a/wt-status.c b/wt-status.c index 9f4e0ba9c..02377729c 100644 --- a/wt-status.c +++ b/wt-status.c @@ -642,7 +642,7 @@ static void wt_status_print_other(struct wt_status *s, int i; struct strbuf buf = STRBUF_INIT; - if (!s->untracked.nr) + if (!l->nr) return; wt_status_print_other_header(s, what, how);