DescriptionIssue #1234 - Remove CString local variable from CPluginTabBase::InjectABP
A local copy of the argument 'url' had been used for the case-insensitive
string comparison member function of CString. Factor out the predicate into
its own function and rewrite it to compare with 'wcsnicmp()'.
Also, the predicate was changed to recognize any ".html" file in the
"html/templates" folder within our installation, rather than just the two
files explicitly enumerated before.
Patch Set 1 #
Total comments: 11
Patch Set 2 : address comments, rebased #MessagesTotal messages: 5
|