fix char (thx mohousch)

Origin commit data
------------------
Commit: 7de3ac679e
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2013-10-02 (Wed, 02 Oct 2013)
This commit is contained in:
BPanther
2013-10-02 16:56:51 +02:00
committed by Jacek Jendrzej
parent f6fad767be
commit 1a8479cbef

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)
{