Cleanup: use "char" type for padding
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 25 Mar 2021 19:57:05 +0000 (15:57 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 26 Mar 2021 12:54:20 +0000 (08:54 -0400)
commitb4c8bf2f2320b7a2d19dec6addda5d6d2aa227a3
treee1ce000131c5489fd721c5e3a3b32fc6d1f3a2b1
parentb6cd40337647f5a01c24b155c7808a856cd8c377
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 <mathieu.desnoyers@efficios.com>
Change-Id: I3c043ecff46cfef48c8992d004154383f7cab59d
libringbuffer/backend.h
libringbuffer/backend_internal.h
This page took 0.025272 seconds and 4 git commands to generate.