From b4962e521726d912b001ddc99135ef98804f5cb6 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 19 Feb 2006 14:41:15 +0100 Subject: [PATCH] Added a comment to tChannelID::nid, explaining that is is actually the "original" network id --- HISTORY | 2 ++ channels.h | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 2c5db357..7132b811 100644 --- a/HISTORY +++ b/HISTORY @@ -4357,3 +4357,5 @@ Video Disk Recorder Revision History to Marco Schlüßler). - Fixed replaying recordings of radio channels with many audio tracks (thanks to Reinhard Nissl). +- Added a comment to tChannelID::nid, explaining that is is actually the "original" + network id. diff --git a/channels.h b/channels.h index 22dc6feb..ef4e80b3 100644 --- a/channels.h +++ b/channels.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: channels.h 1.38 2006/01/14 15:51:26 kls Exp $ + * $Id: channels.h 1.39 2006/02/19 14:39:43 kls Exp $ */ #ifndef __CHANNELS_H @@ -69,7 +69,7 @@ extern const tChannelParameterMap HierarchyValues[]; struct tChannelID { private: int source; - int nid; + int nid; ///< actually the "original" network id int tid; int sid; int rid;