summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/weave.ch
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2023-10-21 12:11:04 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2023-10-21 12:11:04 +0000
commit39330eeb627b501c65b502008ed2082ce5b9f11b (patch)
tree530c77313aee5d21f817bff1a10354123793e874 /Build/source/texk/web2c/weave.ch
parent2afe7c551361a16d15d5e07ac4a531ff37cf2071 (diff)
[WEB] 'current_option' runs from '0..n_options'.
See almost any other WEB change file. git-svn-id: svn://tug.org/texlive/trunk@68606 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/weave.ch')
-rw-r--r--Build/source/texk/web2c/weave.ch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/weave.ch b/Build/source/texk/web2c/weave.ch
index 1458f584071..57fa2eb80dc 100644
--- a/Build/source/texk/web2c/weave.ch
+++ b/Build/source/texk/web2c/weave.ch
@@ -563,7 +563,7 @@ Parse a Unix-style command line.
@<Define |parse_arguments|@> =
procedure parse_arguments;
-const n_options = 5; {Pascal won't count array lengths for us.}
+const n_options = 4; {Pascal won't count array lengths for us.}
var @!long_options: array[0..n_options] of getopt_struct;
@!getopt_return_val: integer;
@!option_index: c_int_type;