From 2a191f66333019b5e284b48e1a097b12f3129040 Mon Sep 17 00:00:00 2001 From: Dimitar Petrovski Date: Tue, 28 Feb 2012 22:12:40 +0100 Subject: forgotten cString --- eepg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eepg.c') 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(OriginalChID.ToString(),EquivChID.ToString())); + equiChanMap.insert(pair(*OriginalChID.ToString(),*EquivChID.ToString())); } else LogI(0, prep("Warning, not found equivalent channel \'%s\' in channels.conf"), equiChanID); } -- cgit v1.2.3