In the last episode (Nov 08), Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum said:
[...] switch(cptr[3]) { case 0xC0 ... 0xDF: [...]
I'm sorry to say, but this is not C. SS6.6.4.2:1 of C99 (the current C standard says):
Also beware of using // comments in C source (dvb.h:36 for example). It may be C99 standard, but many compilers are not.