Another missed case-range

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23934 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-07-30 13:55:51 +00:00
parent 73e967ea97
commit 43f83d25be
1 changed files with 8 additions and 1 deletions

View File

@ -756,7 +756,14 @@ static int ty_XDSdecode( char b1, char b2 )
break;
}
case 0x0110 ... 0x0117: // program description
case 0x0110: // program description
case 0x0111:
case 0x0112:
case 0x0113:
case 0x0114:
case 0x0115:
case 0x0116:
case 0x0117:
{
ty_AddXDSToDisplay( "DESCRIP: %s", TY_XDS_ptr );
break;