summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eepg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eepg.c b/eepg.c
index 810923a..b4f7636 100644
--- a/eepg.c
+++ b/eepg.c
@@ -1097,7 +1097,7 @@ void loadEquivalentChannelMap (void)
}
if (!found)
- equiChanMap.insert(pair<cString,cString>(OriginalChID.ToString(),EquivChID.ToString()));
+ equiChanMap.insert(pair<const char*,const char*>(*OriginalChID.ToString(),*EquivChID.ToString()));
} else
LogI(0, prep("Warning, not found equivalent channel \'%s\' in channels.conf"), equiChanID);
}