mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user