fix build: format not a string literal and no format arguments
This commit is contained in:
parent
188e0bd333
commit
ff7def219f
|
@ -1507,7 +1507,7 @@ SWITCH_DECLARE(switch_status_t) switch_event_create_array_pair(switch_event_t **
|
|||
name = "Unknown";
|
||||
}
|
||||
|
||||
switch_event_add_header(*event, SWITCH_STACK_BOTTOM, name, val);
|
||||
switch_event_add_header_string(*event, SWITCH_STACK_BOTTOM, name, val);
|
||||
}
|
||||
|
||||
return SWITCH_STATUS_SUCCESS;
|
||||
|
|
Loading…
Reference in New Issue