From d03b1e9fac1bf93948c9cf5b3662a6f65e6255d0 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 9 Oct 1996 19:13:52 +0000 Subject: (print_store): Properly ignore STORE_INACTIVE. --- utils/storeinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/storeinfo.c') diff --git a/utils/storeinfo.c b/utils/storeinfo.c index 0486f179..46ad1624 100644 --- a/utils/storeinfo.c +++ b/utils/storeinfo.c @@ -117,7 +117,7 @@ print_store (struct store *store, int level, unsigned what) pstr (store->class->name,W_TYPE); - if (store->flags && (what & W_FLAGS)) + if ((store->flags & ~STORE_INACTIVE) && (what & W_FLAGS)) { int t = 0; /* flags tested */ int f = 1; -- cgit v1.2.3