From c735530ea0504cd3d6fce2455199cdcb23c88dee Mon Sep 17 00:00:00 2001 From: anders_k Date: Sun, 5 Oct 2014 22:26:56 +0000 Subject: [PATCH] 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 --- Docs/src/sec.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/sec.but b/Docs/src/sec.but index d86dbaf3..085fa61c 100644 --- a/Docs/src/sec.but +++ b/Docs/src/sec.but @@ -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