From: Mathieu Desnoyers Date: Thu, 25 Mar 2021 19:57:05 +0000 (-0400) Subject: Cleanup: use "char" type for padding X-Git-Tag: v2.13.0-rc1~204 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=b4c8bf2f2320b7a2d19dec6addda5d6d2aa227a3;hp=b4c8bf2f2320b7a2d19dec6addda5d6d2aa227a3;p=lttng-ust.git Cleanup: use "char" type for padding The ring buffer strcpy operation can take a "char" rather than "int" as parameter, which is a closer match to its actual expected type. Same goes for the do memset internal operation. Signed-off-by: Mathieu Desnoyers Change-Id: I3c043ecff46cfef48c8992d004154383f7cab59d ---