diff -r 9a2198517f48 -r 35cb3fe43f60 plugins/consoles/vt100cons/src/tcp/vtc_tcp.cpp --- 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