Also handle commons

This commit is contained in:
ceriel 1988-09-29 16:22:48 +00:00
parent 4f8b2e9926
commit a831fab61d

View 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");