Don't cast away constness.

Change-Id: I76656dbb950589c8936a01574c747fc8f3a7f864
Reviewed-on: https://code.wireshark.org/review/25363
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2018-01-17 23:11:07 -08:00
parent c327f7d599
commit 6efce7db7c
1 changed files with 1 additions and 1 deletions

View File

@ -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;