backout caf13c3365f3 for Windows bustage CLOSED TREE

This commit is contained in:
James Willcox 2013-02-05 12:38:02 -05:00
parent 9bc0885b8b
commit 4fb5b1abb0

View File

@ -1379,7 +1379,7 @@ public:
}
for (int i = 0; extList[i]; ++i) {
if (strcasecmp(cur, extList[i]) == 0) {
if (strcmp(cur, extList[i]) == 0) {
if (verbose)
printf_stderr("Found extension %s\n", cur);
extensions[i] = 1;