mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-07 13:48:35 +02:00
fix char (thx mohousch)
This commit is contained in:
@@ -1599,7 +1599,7 @@ const unsigned short cGB2312UNI[] = {
|
|||||||
// Two Char Mapping ( many polish services and UPC Direct/HBO services)
|
// Two Char Mapping ( many polish services and UPC Direct/HBO services)
|
||||||
// get from http://mitglied.lycos.de/buran/charsets/videotex-suppl.html
|
// 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(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)
|
switch (c1)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user