mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed a typo
This commit is contained in:
parent
0b1886875a
commit
cc3afcfc68
4
tools.h
4
tools.h
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: tools.h 1.113 2008/02/17 13:41:27 kls Exp $
|
* $Id: tools.h 2.1 2008/05/22 10:26:57 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __TOOLS_H
|
#ifndef __TOOLS_H
|
||||||
@ -136,7 +136,7 @@ public:
|
|||||||
///< If ToCode is NULL, "UTF-8" is used.
|
///< If ToCode is NULL, "UTF-8" is used.
|
||||||
~cCharSetConv();
|
~cCharSetConv();
|
||||||
const char *Convert(const char *From, char *To = NULL, size_t ToLength = 0);
|
const char *Convert(const char *From, char *To = NULL, size_t ToLength = 0);
|
||||||
///< Converts the given Text from FromCode to ToCode (as set in the cosntructor).
|
///< Converts the given Text from FromCode to ToCode (as set in the constructor).
|
||||||
///< If To is given, it is used to copy at most ToLength bytes of the result
|
///< If To is given, it is used to copy at most ToLength bytes of the result
|
||||||
///< (including the terminating 0) into that buffer. If To is not given,
|
///< (including the terminating 0) into that buffer. If To is not given,
|
||||||
///< the result is copied into a dynamically allocated buffer and is valid as
|
///< the result is copied into a dynamically allocated buffer and is valid as
|
||||||
|
Loading…
Reference in New Issue
Block a user