From eb5ce7eea5168ab42199789dba003ff6a69abaf7 Mon Sep 17 00:00:00 2001 From: anders_k Date: Fri, 4 Dec 2015 21:25:12 +0000 Subject: [PATCH] Docs: SectionGetSize sets the error flag git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6653 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/sec.but | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/src/sec.but b/Docs/src/sec.but index 085fa61c..cd9fa6a0 100644 --- a/Docs/src/sec.but +++ b/Docs/src/sec.but @@ -97,7 +97,7 @@ because the binary value for 5 is "00000101". The error flag will be set if the \c section_index user_var(output) -Retrieves the install types flags array of a section. See above explanation about \R{sectionsetinsttypes}{SectionSetInstTypes} for a description of how to deal with the output. The error flag will be set if the section index specified is out of range. +Retrieves the install types flags array of a section. See above explanation about \R{sectionsetinsttypes}{SectionSetInstTypes} for a description of how to deal with the output. The error flag will be set if the section index is out of range. \c Section test test_section_id \c SectionEnd @@ -127,7 +127,7 @@ Sets the Size of the section specified by section_index. Note that the Index sta \c section_index user_var -Gets the Size of the section specified by section_index and stores the value in the given User Variable. Note that the Index starts with Zero. +Gets the Size of the section specified by section_index and stores the value in the given User Variable. Note that the Index starts with Zero. The error flag will be set if the section index is out of range. \c Section test test_section_id \c SectionEnd