From 948893b25ec347b80f4b4c1f35a4356b31df6f18 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Tue, 8 Feb 2005 14:19:29 +0000 Subject: [PATCH] - transfer --- client/device.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/device.c b/client/device.c index bd34984..77c955a 100644 --- a/client/device.c +++ b/client/device.c @@ -1,5 +1,5 @@ /* - * $Id: device.c,v 1.2 2005/01/25 14:14:43 lordjaxom Exp $ + * $Id: device.c,v 1.3 2005/02/08 14:19:29 lordjaxom Exp $ */ #include "client/device.h" @@ -97,7 +97,8 @@ bool cStreamdevDevice::SetChannelDevice(const cChannel *Channel, return true; m_Channel = Channel; - return ClientSocket.SetChannelDevice(m_Channel); + bool r = ClientSocket.SetChannelDevice(m_Channel); + Dprintf("setchanneldevice r=%d\n", r); } bool cStreamdevDevice::SetPid(cPidHandle *Handle, int Type, bool On) {