changeset 30 | 35cb3fe43f60 |
parent 0 | 7f656887cf89 |
--- a/plugins/consoles/vt100cons/src/tcp/vtc_tcp.cpp Wed Aug 11 12:57:25 2010 +0100 +++ b/plugins/consoles/vt100cons/src/tcp/vtc_tcp.cpp Thu Aug 12 16:38:42 2010 +0100 @@ -102,7 +102,7 @@ TBuf<0x100> buf; buf.AppendFormatList(aFmt, list, &overflow); - if (iUnderlyingConsole) + if (UnderlyingConsole()) { Message(EInformation, buf); // when using a console, the accept can be cancelled by hitting ctrl-c