Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark/files: wireshark-1.1.3-misc-warnings.patch
Date: Tue, 24 Mar 2009 08:39:38
Message-Id: E1Lm2Aa-0006GA-6U@stork.gentoo.org
1 pva 09/03/24 08:39:36
2
3 Added: wireshark-1.1.3-misc-warnings.patch
4 Log:
5 Version bump.
6 (Portage version: 2.1.6.9/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 net-analyzer/wireshark/files/wireshark-1.1.3-misc-warnings.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/files/wireshark-1.1.3-misc-warnings.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/files/wireshark-1.1.3-misc-warnings.patch?rev=1.1&content-type=text/plain
13
14 Index: wireshark-1.1.3-misc-warnings.patch
15 ===================================================================
16 === modified file 'epan/dissectors/packet-mp2t.c'
17 --- epan/dissectors/packet-mp2t.c 2009-03-24 06:47:10 +0000
18 +++ epan/dissectors/packet-mp2t.c 2009-03-24 06:58:38 +0000
19 @@ -448,7 +448,7 @@
20 guint32 header;
21 guint afc;
22 gint start_offset = offset;
23 - gint payload_len;
24 + volatile gint payload_len;
25
26 guint32 pid;
27 guint32 cc;