X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=wt-status.c;h=02377729c401fa6e041a713a89fe986fa0f562a0;hb=2f19a52c64237295de912e63f6cc8bc08040bf75;hp=9f4e0ba9c17120ca2903b30b95b6d8fbcc62cd9c;hpb=d5c756e99ed7aa07427295b1011edf4718ea80b0;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);