* fhandler_tty.cc (fhandler_pty_master::setup): Fix crash in debug
output.
This commit is contained in:
parent
4dfc786b8b
commit
49e6e30f7a
|
@ -1,3 +1,8 @@
|
||||||
|
2011-06-22 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* fhandler_tty.cc (fhandler_pty_master::setup): Fix crash in debug
|
||||||
|
output.
|
||||||
|
|
||||||
2011-06-18 Corinna Vinschen <corinna@vinschen.de>
|
2011-06-18 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* path.cc (normalize_win32_path): Skip all slashes after recognizing
|
* path.cc (normalize_win32_path): Skip all slashes after recognizing
|
||||||
|
|
|
@ -1676,7 +1676,8 @@ err:
|
||||||
close_maybe (from_master);
|
close_maybe (from_master);
|
||||||
close_maybe (to_master);
|
close_maybe (to_master);
|
||||||
close_maybe (master_ctl);
|
close_maybe (master_ctl);
|
||||||
termios_printf ("tty%d open failed - failed to create %s", errstr);
|
termios_printf ("tty%d open failed - failed to create %s", t.get_unit (),
|
||||||
|
errstr);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue