aboutsummaryrefslogtreecommitdiffstats
path: root/ui/voip_calls.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-01-17 23:11:07 -0800
committerGuy Harris <guy@alum.mit.edu>2018-01-18 07:11:51 +0000
commit6efce7db7c487a506230ac774965b77a624ca54d (patch)
treefab98bc54cf42b25b793284398d647e67dc67251 /ui/voip_calls.c
parentc327f7d599d417cef0c80be2a6127654d6562282 (diff)
Don't cast away constness.
Change-Id: I76656dbb950589c8936a01574c747fc8f3a7f864 Reviewed-on: https://code.wireshark.org/review/25363 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/voip_calls.c')
-rw-r--r--ui/voip_calls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/voip_calls.c b/ui/voip_calls.c
index 371b5ebfb5..9fa3c00e01 100644
--- a/ui/voip_calls.c
+++ b/ui/voip_calls.c
@@ -2306,7 +2306,7 @@ h245dg_calls_packet(void *tap_offset_ptr, packet_info *pinfo, epan_dissect_t *ed
tunnel OFF but we did not matched the h245 add, in this case nobady will set this label
since the frame_num will not match */
- h245_add_label(tapinfo, pinfo->num, (gchar *) pi->frame_label, (gchar *) pi->comment);
+ h245_add_label(tapinfo, pinfo->num, pi->frame_label, pi->comment);
}
tapinfo->redraw |= REDRAW_H245DG;