From 91f4b6d9dfbb90895a9e6c80e39091b97c6cea4d Mon Sep 17 00:00:00 2001 From: jmayer Date: Thu, 10 Mar 2005 12:49:05 +0000 Subject: =?UTF-8?q?Warning=20fix:=20ISO=20C=20forbids=20zero-size=20array?= =?UTF-8?q?=20=E2=80=98tsns?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13692 f5534014-38df-0310-8fa8-9805f1628bb7 --- gtk/sctp_byte_graph_dlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/sctp_byte_graph_dlg.c') diff --git a/gtk/sctp_byte_graph_dlg.c b/gtk/sctp_byte_graph_dlg.c index 2f6a6f04e1..acdef4e104 100644 --- a/gtk/sctp_byte_graph_dlg.c +++ b/gtk/sctp_byte_graph_dlg.c @@ -99,7 +99,7 @@ struct sack_chunk_header { guint32 a_rwnd; guint16 nr_of_gaps; guint16 nr_of_dups; - guint8 tsns[0]; + guint8 *tsns; }; struct gaps { -- cgit v1.2.3