From 1a8479cbef8ca37224cd818536004869b04ab5d1 Mon Sep 17 00:00:00 2001 From: BPanther Date: Wed, 2 Oct 2013 16:56:51 +0200 Subject: [PATCH] fix char (thx mohousch) Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/7de3ac679e1c895a9c2f020731af1039a8ecbe2f Author: BPanther Date: 2013-10-02 (Wed, 02 Oct 2013) --- src/eitd/edvbstring.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eitd/edvbstring.cpp b/src/eitd/edvbstring.cpp index a896b8914..fa0fa1459 100644 --- a/src/eitd/edvbstring.cpp +++ b/src/eitd/edvbstring.cpp @@ -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) {