From 91ad06409b52eb18d3ffc2b59c0eef125ef3c5cb Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 24 Aug 2007 13:18:21 +0200 Subject: Fixed some compiler warnings with gcc-4.2.0 --- rcu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rcu.c') diff --git a/rcu.c b/rcu.c index d81c0b6a..34b43877 100644 --- a/rcu.c +++ b/rcu.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: rcu.c 1.15 2006/12/02 11:12:28 kls Exp $ + * $Id: rcu.c 1.16 2007/08/24 13:15:48 kls Exp $ */ #include "rcu.h" @@ -257,7 +257,7 @@ void cRcuRemote::SetNumber(int n, bool Hex) data = m; } -void cRcuRemote::SetString(char *s) +void cRcuRemote::SetString(const char *s) { const char *chars = mode == modeH ? "0123456789ABCDEF" : "0123456789-EHLP "; int n = 0; -- cgit v1.2.3