/* * channelmap.c: TVTV plugin for the Video Disk Recorder * * See the README file for copyright information and how to reach the author. * */ #include "channelmap.h" cChannelMap::cChannelMap() { chanmap.clear(); read_config_file(); } cChannelMap::~cChannelMap() { chanmap.clear(); } void cChannelMap::remove_whitespaces(char *s) // Whitespaces werden entfernt { unsigned int i=0; char *dum; if (s != NULL) { dum=(char *)calloc(1,strlen(s)+1); for (i=0;i