summaryrefslogtreecommitdiff
path: root/tools.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-06-16 09:05:22 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-06-16 09:05:22 +0200
commit81e44bce198d53d0515290724c0ec8f989b9e01d (patch)
tree009b9b660df3e62d0d019554caa9cf8cf50d4259 /tools.c
parent4011e244ff98195b5662074a483691b23dab0d14 (diff)
downloadvdr-81e44bce198d53d0515290724c0ec8f989b9e01d.tar.gz
vdr-81e44bce198d53d0515290724c0ec8f989b9e01d.tar.bz2
Renamed Utf8NumSyms() to Utf8StrLen()
Diffstat (limited to 'tools.c')
-rw-r--r--tools.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools.c b/tools.c
index cec2555a..b44a4bb0 100644
--- a/tools.c
+++ b/tools.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: tools.c 1.126 2007/06/15 13:11:12 kls Exp $
+ * $Id: tools.c 1.127 2007/06/16 09:05:11 kls Exp $
*/
#include "tools.h"
@@ -649,7 +649,7 @@ int Utf8SymChars(const char *s, int Symbols)
return n;
}
-int Utf8NumSyms(const char *s)
+int Utf8StrLen(const char *s)
{
if (cCharSetConv::SystemCharacterTable())
return strlen(s);