pkgsrc/multimedia/dvb-apps/patches/patch-lib_libucsi_dvb_tot__section.c
jmcneill f236f6ffc0 add the following to the dvb-apps build:
- libdvbapi
 - libucsi
 - atsc_epg
 - azap / czap / szap / tzap
 - dvbdate
2011-07-15 22:59:20 +00:00

13 lines
395 B
C

$NetBSD: patch-lib_libucsi_dvb_tot__section.c,v 1.1 2011/07/15 22:59:21 jmcneill Exp $
--- lib/libucsi/dvb/tot_section.c.orig 2011-06-28 05:50:24.000000000 +0000
+++ lib/libucsi/dvb/tot_section.c
@@ -32,7 +32,7 @@ struct dvb_tot_section *dvb_tot_section_
return NULL;
pos += 5;
- bswap16(buf + pos);
+ ubswap16(buf + pos);
pos += 2;
if ((pos + ret->descriptors_loop_length) > len)