Skip to content
GitLab
Explore
Sign in
Register
[charset.c:58]: (style) Same expression on both sides of '||'.
Source code is
if (!*s1 || !*s1)
Suggest new code
if (!*s1 || !*s2)