Fixed doc error, SectionSet/GetSize uses KiB
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6548 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
e36bbf1b94
commit
c735530ea0
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ Gets the Size of the section specified by section_index and stores the value in
|
|||
\c SectionEnd
|
||||
\c
|
||||
\c Function .onInit
|
||||
\c # increase required size of section 'test' by 100 bytes
|
||||
\c # increase required size of section 'test' by 100 KiB
|
||||
\c SectionGetSize ${test_section_id} $0
|
||||
\c IntOp $0 $0 + 100
|
||||
\c SectionSetSize ${test_section_id} $0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue