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.
Please register or sign in to comment