mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-13 13:10:49 +01:00
acd: fix char buffer argument to _acd_event_to_string_buf()
(cherry picked from commit6e9967939b) (cherry picked from commit1e1ae9ba07) (cherry picked from commitc0997fa4f3)
This commit is contained in:
parent
78618ccbaf
commit
53cb8ce245
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ _acd_event_to_string (unsigned int event)
|
|||
#define ACD_EVENT_TO_STRING_BUF_SIZE 50
|
||||
|
||||
static const char *
|
||||
_acd_event_to_string_buf (unsigned event, char buffer[ACD_EVENT_TO_STRING_BUF_SIZE])
|
||||
_acd_event_to_string_buf (unsigned event, char buffer[static ACD_EVENT_TO_STRING_BUF_SIZE])
|
||||
{
|
||||
const char *s;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue