fix char (thx mohousch)

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7de3ac679e
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2013-10-02 (Wed, 02 Oct 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2013-10-02 16:56:51 +02:00
committed by Jacek Jendrzej
parent 1e69ed4e7d
commit 6648365e76

View File

@@ -1599,7 +1599,7 @@ const unsigned short cGB2312UNI[] = {
// Two Char Mapping ( many polish services and UPC Direct/HBO services)
// get from http://mitglied.lycos.de/buran/charsets/videotex-suppl.html
//static inline unsigned int doVideoTexSuppl(int c1, int c2)
static inline unsigned int doVideoTexSuppl(char c1, char c2)
static inline unsigned int doVideoTexSuppl(unsigned char c1, unsigned char c2)
{
switch (c1)
{