mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
Fix warning for buf2str argument
This commit is contained in:
parent
9a6ba64651
commit
ea46724878
@ -130,7 +130,7 @@ struct serial_bm_parse_ctx{
|
||||
* Receiving context
|
||||
*/
|
||||
struct serial_bm_recv_ctx {
|
||||
char buffer[SERIAL_BM_MAX_BUFFER_SIZE];
|
||||
uint8_t buffer[SERIAL_BM_MAX_BUFFER_SIZE];
|
||||
size_t buffer_size;
|
||||
size_t max_buffer_size;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user