diff options
| author | jvoisin | 2018-01-17 19:19:15 +0100 |
|---|---|---|
| committer | jvoisin | 2018-01-17 19:19:15 +0100 |
| commit | 05e4b7ea67e07bb82db2a37930b383d51500b341 (patch) | |
| tree | 15b46687d580d91b250aa55239906fbabb42f781 | |
| parent | 432a03f571ec0870b8e61f09b9044e6ba0fd8322 (diff) | |
Fix a minor warning
| -rw-r--r-- | src/sp_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_utils.c b/src/sp_utils.c index 6e39b0a..9cd2888 100644 --- a/src/sp_utils.c +++ b/src/sp_utils.c | |||
| @@ -130,7 +130,7 @@ int sp_log_request(const char* folder, const char* text_repr) { | |||
| 130 | continue; | 130 | continue; |
| 131 | } | 131 | } |
| 132 | 132 | ||
| 133 | const HashTable* const ht = Z_ARRVAL(PG(http_globals)[zones[i].key]); | 133 | const HashTable* ht = Z_ARRVAL(PG(http_globals)[zones[i].key]); |
| 134 | fprintf(file, "%s:", zones[i].str); | 134 | fprintf(file, "%s:", zones[i].str); |
| 135 | ZEND_HASH_FOREACH_STR_KEY_VAL(ht, variable_key, variable_value) { | 135 | ZEND_HASH_FOREACH_STR_KEY_VAL(ht, variable_key, variable_value) { |
| 136 | smart_str a = {0}; | 136 | smart_str a = {0}; |
