[patch] remove unused variable in cat.c
Johann Hanne <[email protected]>
| Newsgroups | gmane.comp.video.videolan.libdvbpsi.devel |
|---|---|
| Message-ID | <200710102139.47378.jhml__1482.86546250365$1192045212$gmane$org@gmx.net> |
Hi, cat.c includes an unused variable. The attached patch fixes this. Please apply. Cheers, Johann _______________________________________________ libdvbpsi-devel mailing list [email protected] http://mailman.videolan.org/listinfo/libdvbpsi-devel
libdvbpsi-svn145-cat-remove_unused_variable.diff
(text/x-diff, 369 B)
--- libdvbpsi-svn145/src/tables/cat.c 2007-10-07 13:00:10.000000000 +0200
+++ libdvbpsi-svn145-fixes/src/tables/cat.c 2007-10-10 21:15:44.000000000 +0200
@@ -367,7 +367,7 @@
void dvbpsi_DecodeCATSections(dvbpsi_cat_t* p_cat,
dvbpsi_psi_section_t* p_section)
{
- uint8_t* p_byte, * p_end;
+ uint8_t* p_byte;
while(p_section)
{