Changes between Initial Version and Version 2 of Ticket #2279


Ignore:
Timestamp:
01/17/22 18:47:57 (2 years ago)
Author:
Maxim Dounin
Comment:

Feedback timeout.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2279

    • Property Status newclosed
    • Property Resolutioninvalid
  • Ticket #2279 – Description

    initial v2  
    1 
    21{{{
    32http/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]