diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-02-19 14:41:15 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-02-19 14:41:15 +0100 |
commit | b4962e521726d912b001ddc99135ef98804f5cb6 (patch) | |
tree | 9544318a9cdef63f9d2d1da1e6a81c2cfa68b327 /channels.h | |
parent | e37240fd637cd8cfdcb6e1854c5d0b0c25e121b9 (diff) | |
download | vdr-b4962e521726d912b001ddc99135ef98804f5cb6.tar.gz vdr-b4962e521726d912b001ddc99135ef98804f5cb6.tar.bz2 |
Added a comment to tChannelID::nid, explaining that is is actually the "original" network id1.3.43
Diffstat (limited to 'channels.h')
-rw-r--r-- | channels.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |