36
edits
Line 75: | Line 75: | ||
Replacement of case-insensative checking code: | Replacement of case-insensative checking code: | ||
<span class="highlightred">- char* strA; | <span class="highlightred">- char *strA; | ||
- char * strB; | - char *strB; | ||
- if (PL_strncasaecmp(strA, strB)) { | - if (PL_strncasaecmp(strA, strB)) { | ||
... | ... |
edits