Accidentally reduced by one the count of devices sharing a terminal
area in a recent commit; fixed this.
This commit is contained in:
parent
99297e33ec
commit
1656866f41
|
|
@ -3966,7 +3966,7 @@ extTransPerimFunc(bp)
|
|||
extEnumTerminal(bp->b_outside, dinfo, DBConnectTbl,
|
||||
extTermAPFunc, (ClientData)&eapd);
|
||||
|
||||
shared = 0;
|
||||
shared = 1; /* Count self since we divide by "shared" */
|
||||
free_magic1_t mm1 = freeMagic1_init();
|
||||
while (eapd.eapd_shared)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue