mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-08 03:41:33 +02:00
Accidentally reduced by one the count of devices sharing a terminal
area in a recent commit; fixed this.
This commit is contained in:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user