From 3ec7e15e40cd903d7828038673dc745913ed96a4 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Mon, 8 Oct 2007 18:35:10 +0000 Subject: [PATCH] Modified GetInformation() output. --- device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device.c b/device.c index d373bfc..1282f7f 100644 --- a/device.c +++ b/device.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: device.c,v 1.59 2007/10/08 16:24:48 rahrenbe Exp $ + * $Id: device.c,v 1.60 2007/10/08 18:35:10 rahrenbe Exp $ */ #include "common.h" @@ -110,7 +110,7 @@ cString cIptvDevice::GetInformation() if (!endswith(*filterInfo, "\n")) filterInfo = cString::sprintf("%s%c", *filterInfo, '\n'); // generate information string - return cString::sprintf("IPTV device #%d (CardIndex: %d)\nSource: %s\n%s\n%s%s", + return cString::sprintf("IPTV device #%d (CardIndex: %d)\nSource: %s\n%s%s%s", deviceIndex, CardIndex(), pIptvStreamer ? *pIptvStreamer->GetInformation() : "", *GetStatistic(), pIptvStreamer ? *pIptvStreamer->GetStatistic() : "",