Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Xiph.Org
Vorbis tools
Issues
#2007
Closed
Open
Issue created
Feb 14, 2014
by
David Binderman
@dcb314
[charset.c:58]: (style) Same expression on both sides of '||'.
Source code is
if (!*s1 || !*s1)
Suggest new code
if (!*s1 || !*s2)