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:
anders_k 2014-10-05 22:26:56 +00:00
parent e36bbf1b94
commit c735530ea0

View file

@ -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