From 8e4556b0a982dab75d8ba3bb388965ecf47fa0b0 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Tue, 8 Feb 2005 13:59:16 +0000 Subject: - first adoptions (transfer-commit) --- server/connectionHTTP.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/connectionHTTP.c') diff --git a/server/connectionHTTP.c b/server/connectionHTTP.c index 7d20f80..0d3a039 100644 --- a/server/connectionHTTP.c +++ b/server/connectionHTTP.c @@ -1,5 +1,5 @@ /* - * $Id: connectionHTTP.c,v 1.1 2004/12/30 22:44:19 lordjaxom Exp $ + * $Id: connectionHTTP.c,v 1.2 2005/02/08 13:59:16 lordjaxom Exp $ */ #include "server/connectionHTTP.h" @@ -99,7 +99,7 @@ void cConnectionHTTP::Flushed(void) { else line.Format("
  • %s
  • ", (const char*)LocalIp(), StreamdevServerSetup.HTTPServerPort, - m_ListChannel->GetChannelID().ToString(), m_ListChannel->Name()); + (const char*)m_ListChannel->GetChannelID().ToString(), m_ListChannel->Name()); if (!Respond(line)) DeferClose(); m_ListChannel = Channels.Next(m_ListChannel); -- cgit v1.2.3