summaryrefslogtreecommitdiff
path: root/Build/source/texk/upmendex/fwrite.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/upmendex/fwrite.c')
-rw-r--r--Build/source/texk/upmendex/fwrite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/upmendex/fwrite.c b/Build/source/texk/upmendex/fwrite.c
index 911bbef4add..ff29536df7b 100644
--- a/Build/source/texk/upmendex/fwrite.c
+++ b/Build/source/texk/upmendex/fwrite.c
@@ -93,7 +93,7 @@ static void fprint_uchar(FILE *fp, const UChar *a, const int mode, const int len
} else
olen=wclen;
if (olen>INITIALLENGTH) {
- warn_printf(efp, "\nWarning, Too long (%d) header.\n", olen);
+ warn_printf(efp, "\nWarning: Too long (%d) header.\n", olen);
wclen=INITIALLENGTH;
} else
wclen=olen;
@@ -1042,7 +1042,7 @@ static int init_hanzi_header(void)
len=u_strlen(pch0);
}
if (len>=INITIALLENGTH) {
- warn_printf(efp, "\nWarning, Too long (%d) hanzi header.\n", len);
+ warn_printf(efp, "\nWarning: Too long (%d) hanzi header.\n", len);
len=INITIALLENGTH-1;
}
u_strncpy(hz_index[k].idx,pch0,len);