diff options
Diffstat (limited to 'src/sp_config.c')
| -rw-r--r-- | src/sp_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_config.c b/src/sp_config.c index 2d2631a..de58c2a 100644 --- a/src/sp_config.c +++ b/src/sp_config.c | |||
| @@ -90,7 +90,7 @@ zend_result sp_process_rule(sp_parsed_keyword *parsed_rule, const sp_config_keyw | |||
| 90 | 90 | ||
| 91 | if (!found_kw) { | 91 | if (!found_kw) { |
| 92 | zend_string *kwname = zend_string_init(kw->kw, kw->kwlen, 0); | 92 | zend_string *kwname = zend_string_init(kw->kw, kw->kwlen, 0); |
| 93 | sp_log_err("config", "Unexpected keyword '%s' on line %d", ZSTR_VAL(kwname), kw->lineno); | 93 | sp_log_err("config", "Unexpected keyword '%s' on line %zu", ZSTR_VAL(kwname), kw->lineno); |
| 94 | zend_string_release_ex(kwname, 0); | 94 | zend_string_release_ex(kwname, 0); |
| 95 | return FAILURE; | 95 | return FAILURE; |
| 96 | } | 96 | } |
