Skip to content
GitLab
  • Explore
  • Sign in
  • Register
  • Xiph.OrgXiph.Org
  • Vorbis toolsVorbis tools
  • Issues
  • #2007

[charset.c:58]: (style) Same expression on both sides of '||'.

Source code is

if (!*s1 || !*s1)

Suggest new code

if (!*s1 || !*s2)
Assignee
Assign to
Time tracking