Changes between Initial Version and Version 2 of Ticket #2279
- Timestamp:
- 01/17/22 18:47:57 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2279
- Property Status new → closed
- Property Resolution → invalid
-
Ticket #2279 – Description
initial v2 1 2 1 {{{ 3 2 http/modules/ngx_http_charset_filter_module.c:671:16: style: The statement 'if (*p!=table[*p]) *p=table[*p]' is logically equivalent to '*p=table[*p]'. [duplicateConditionalAssign]