From 58e2d7a0d6b075b7b8dc6234604ed8bdeefd0833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Fri, 31 Oct 2008 15:47:47 +0000 Subject: Fix some "format not a string literal and no format arguments" warnings. svn path=/trunk/; revision=26649 --- epan/dissectors/packet-rtps2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-rtps2.c') diff --git a/epan/dissectors/packet-rtps2.c b/epan/dissectors/packet-rtps2.c index 6d1312c3eb..44ebcc4947 100644 --- a/epan/dissectors/packet-rtps2.c +++ b/epan/dissectors/packet-rtps2.c @@ -3747,7 +3747,7 @@ static gint dissect_parameter_sequence(proto_tree *tree, proto_tree_add_text(rtps_parameter_tree, tvb, offset, - param_length, + param_length, "%s", buffer); break; } -- cgit v1.2.3