URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1d0f7c3a0cc26c37d159c0e0532cd10d8cafc83b
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
1d0f7c3 by Guy Harris (gharris@xxxxxxxxx):
ICQ: fix the type of elements of an array of pointers to hf_ values.
"int * const a[]" means "array of const pointers to (non-const) int". so
the array elements are all const; "const int *a[]" means "array of
(non-const) pointrs to const int".
Change-Id: I2089ca390308da50d182f6bdad5be530f7e7cc71
Reviewed-on: https://code.wireshark.org/review/37527
Petri-Dish: Guy Harris <gharris@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
Actions performed:
from 5b88524 MAC-NR: get rid of an unnecessary level of indirection.
add 1d0f7c3 ICQ: fix the type of elements of an array of pointers to hf_ values.
Summary of changes:
epan/dissectors/packet-icq.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)