Merge branch 'master' into dtdocbook

This commit is contained in:
Liang Chang
2022-01-30 08:04:32 +08:00
285 changed files with 778 additions and 838 deletions

View File

@@ -484,7 +484,7 @@ chkcontin(char *line)
{
int len; /* # bytes in character */
wchar_t wc; /* process code of current character in line */
wchar_t wcprev; /* process code of previous character in line */
wchar_t wcprev = '\0'; /* process code of previous character in line */
for (wc=0; *line; line+=len) {
wcprev = wc;