summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorTakuji Tanaka <ttk@t-lab.opal.ne.jp>2022-05-22 13:13:46 +0000
committerTakuji Tanaka <ttk@t-lab.opal.ne.jp>2022-05-22 13:13:46 +0000
commitd0f511196aa199da5482a8b85c3f48cc16c3c5ad (patch)
tree983bdd97dae3e36f90d00b50d8b84c249a70c470 /Build
parent17e8e7c24fec9815c80f8a9a65fbde8a2a4075d5 (diff)
makeindex: typo
git-svn-id: svn://tug.org/texlive/trunk@63365 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/makeindexk/scanid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/makeindexk/scanid.c b/Build/source/texk/makeindexk/scanid.c
index cda14868147..b9cc6492e03 100644
--- a/Build/source/texk/makeindexk/scanid.c
+++ b/Build/source/texk/makeindexk/scanid.c
@@ -434,7 +434,7 @@ scan_no(char no[], int npg[], short *count, short *type)
}
if (strspn(no,"ivxlcdm")>1) type_guess[*count] = ROML;
} else if (IS_ROMAN_UPPER(no[0]) && IS_ALPHA_UPPER(no[0])
- && strchr(page_prec,ROMAN_LOWER) && strchr(page_prec,ALPHA_LOWER)) {
+ && strchr(page_prec,ROMAN_UPPER) && strchr(page_prec,ALPHA_UPPER)) {
if (strspn(no,"IVXLCDM")==1 /* ambiguous */
&& type_guess[*count] != ROMU && type_guess[*count] != ALPU) {
type_guess[*count] = strspn(no,"IVX")==1 ? ROMU : ALPU;