Also handle commons
This commit is contained in:
parent
4f8b2e9926
commit
a831fab61d
1 changed files with 7 additions and 0 deletions
|
@ -216,6 +216,13 @@ char **argv;
|
||||||
sprintf(cs1, " -");
|
sprintf(cs1, " -");
|
||||||
sprintf(cs2, " M");
|
sprintf(cs2, " M");
|
||||||
break;
|
break;
|
||||||
|
case S_COM:
|
||||||
|
sprintf(cs1, " C");
|
||||||
|
if (nbufp[n].on_type&S_EXT)
|
||||||
|
sprintf(cs2, " E");
|
||||||
|
else
|
||||||
|
sprintf(cs2, " -");
|
||||||
|
break;
|
||||||
case 0:
|
case 0:
|
||||||
if (nbufp[n].on_type&S_EXT)
|
if (nbufp[n].on_type&S_EXT)
|
||||||
sprintf(cs2, " E");
|
sprintf(cs2, " E");
|
||||||
|
|
Loading…
Reference in a new issue