diff options
| author | Petr Mrázek | 2012-01-27 05:54:26 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-01-27 05:54:26 +0100 |
| commit | d5d487553243e2a4f4505b5c85356bc3900e7a14 (patch) | |
| tree | 697f45b992bb0f8cd638e3681a21104a4a8794ce /library/Console-linux.cpp | |
| parent | 0375be549cd2febd4c33ffb46957607403628f62 (diff) | |
| download | dfhack-d5d487553243e2a4f4505b5c85356bc3900e7a14.tar.gz dfhack-d5d487553243e2a4f4505b5c85356bc3900e7a14.tar.bz2 dfhack-d5d487553243e2a4f4505b5c85356bc3900e7a14.tar.xz | |
Make things work properly.
Diffstat (limited to 'library/Console-linux.cpp')
| -rw-r--r-- | library/Console-linux.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/Console-linux.cpp b/library/Console-linux.cpp index c1bea16d..f471d6a1 100644 --- a/library/Console-linux.cpp +++ b/library/Console-linux.cpp @@ -653,6 +653,7 @@ bool Console::init(bool sharing) FD_SET(STDIN_FILENO, &d->descriptor_set); FD_SET(d->exit_pipe[0], &d->descriptor_set); inited = true; + return true; } bool Console::shutdown(void) |
