Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] vdr-1.1.13 [bug]



hi guys!

i found 2 minor bugs in the last release (vdr-1.1.13). DVB driver 
version dvb-20021015. I use gcc 3.2 and glibc-2.2.5 on a Linux from 
Scratch System. After "make NEWSTRUCT=1" I had to small problems.

dvbplayer.c: line 126 and 638
The problem is that both line have the inital value NULL. After I edit 
the line 638 the problem was gone.

--- line 638 ---
const char **cDvbPlayer::GetAudioTracks(int *CurrentTrack = NULL ) const
----------------                                   delete ^^^^^^^

The same happend here.

transfer.c: line 158
transfer.h: line 36
The inital value is standing in both files. After I edit the .c file, 
the source was fixed.

--- line 158 ---
const char **cTransfer::GetAudioTracks(int *CurrentTrack = NULL ) const
----------------                                  delete ^^^^^^^


Alex




-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index