-
- Downloads
"README.rst" did not exist on "008406a96c66afaa6a3e1105c730cffd1b1e8bc8"
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.
Loading
Please register or sign in to comment