html2ms: 0xFFFD → Runeerror
This commit is contained in:
parent
27ad886c95
commit
007d42e741
1 changed files with 1 additions and 1 deletions
|
@ -765,7 +765,7 @@ parserune(int c)
|
|||
break;
|
||||
} while((c = Bgetc(&in)) > 0);
|
||||
}
|
||||
return 0xFFFD;
|
||||
return Runeerror;
|
||||
}
|
||||
|
||||
Rune
|
||||
|
|
Loading…
Reference in a new issue