mirror of https://github.com/buggins/dlangide.git
commit
f7b6e45ef3
|
@ -795,8 +795,8 @@ class TerminalDevice : Thread {
|
|||
}
|
||||
} else {
|
||||
if (masterfd && masterfd != -1) {
|
||||
import core.sys.posix.unistd;
|
||||
close(masterfd);
|
||||
import core.sys.posix.unistd: close_=close;
|
||||
close_(masterfd);
|
||||
masterfd = 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue