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:
parent
801e06439f
commit
4b5022d646
2 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue