Skip to content
Snippets Groups Projects
Commit 6c8b0ce2 authored by Brad King's avatar Brad King
Browse files

COMP: Avoid double-initialization in KWSys String

The KWSys String implementation of strcasecmp initialized 'result'
immediately before assigning to it.  Borland produces a warning in this
case, so this commit removes the extra initialization.
parent 9c3340c9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment