Accidentally reduced by one the count of devices sharing a terminal

area in a recent commit;  fixed this.
This commit is contained in:
R. Timothy Edwards 2026-02-03 16:14:08 -05:00
parent 99297e33ec
commit 1656866f41
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{