mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
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…
x
Reference in New Issue
Block a user