Also handle commons
authorceriel <none@none>
Thu, 29 Sep 1988 16:22:48 +0000 (16:22 +0000)
committerceriel <none@none>
Thu, 29 Sep 1988 16:22:48 +0000 (16:22 +0000)
util/amisc/anm.c

index eca69c1..b92817d 100644 (file)
@@ -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");