No more random compression ratios. Don't you just love Microsoft standards?
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2114 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c73913362a
commit
73fa1160d3
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ bool CResourceEditor::UpdateResource(char* szType, char* szName, LANGID wLanguag
|
|||
CResourceDirectory* nameDir = 0;
|
||||
CResourceDirectory* langDir = 0;
|
||||
CResourceDataEntry* data = 0;
|
||||
IMAGE_RESOURCE_DIRECTORY rd = {0, time(0),};
|
||||
IMAGE_RESOURCE_DIRECTORY rd = {0, /*time(0),*/};
|
||||
int iTypeIdx, iNameIdx, iLangIdx;
|
||||
|
||||
iTypeIdx = m_cResDir->Find(szType);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue