mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
Compiler fixes for GCC when printf %s is NULL
ASTERISK-29146 Change-Id: Ib04bdad87d729f805f5fc620ef9952f58ea96d41
This commit is contained in:
committed by
Kevin Harwell
parent
914aecb8d8
commit
28faafd1c4
@@ -1200,7 +1200,7 @@ static int stir_shaken_read(struct ast_channel *chan, const char *function,
|
||||
*/
|
||||
if (ast_strlen_zero(second)) {
|
||||
ast_log(LOG_ERROR, "Retrieving a value using %s requires two paramaters (index, value) "
|
||||
"- only index was given (%s)\n", function, second);
|
||||
"- only index was given\n", function);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user