fixed bug #1951417 - fix and re-enable the HeaderBitmap.nsi test on Linux

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5634 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
pabs3 2008-05-04 08:30:07 +00:00
parent 801e06439f
commit 4b5022d646
2 changed files with 2 additions and 3 deletions

View file

@ -2465,7 +2465,7 @@ int CEXEBuild::doCommand(int which_token, LineParser &line)
}
} else {
char *szClass = winchar_toansi(dlgItem->szClass);
check = strcmp(szClass, "Static") == 0;
check = stricmp(szClass, "Static") == 0;
delete [] szClass;
}