]> granicus.if.org Git - strace/commit
count.c: cleanup types and sizeof usage
authorEugene Syromyatnikov <evgsyr@gmail.com>
Fri, 5 Jan 2018 03:06:58 +0000 (04:06 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 7 Jan 2018 16:46:32 +0000 (16:46 +0000)
commit48b96efc220f2110cad62f9915888b858337117e
tree0ef334d8ec71a65f52642ba88042429bfc12d0ac
parente7362ec6dca56846be4dc3d6161fe7e708f0e86f
count.c: cleanup types and sizeof usage

* count.c (call_summary_pers): Change the type of sorted_count
to "unsigned int *".  Replace sizeof(int) with  sizeof(sorted_count[0]).
Change the type of idx to unsigned int.
count.c