From a831fab61dda6854b699b49daf905fb5d944a9f1 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 29 Sep 1988 16:22:48 +0000 Subject: [PATCH] Also handle commons --- util/amisc/anm.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/util/amisc/anm.c b/util/amisc/anm.c index eca69c1c6..b92817d2e 100644 --- a/util/amisc/anm.c +++ b/util/amisc/anm.c @@ -216,6 +216,13 @@ char **argv; sprintf(cs1, " -"); sprintf(cs2, " M"); break; + case S_COM: + sprintf(cs1, " C"); + if (nbufp[n].on_type&S_EXT) + sprintf(cs2, " E"); + else + sprintf(cs2, " -"); + break; case 0: if (nbufp[n].on_type&S_EXT) sprintf(cs2, " E"); -- 2.34.1