html2ms: 0xFFFD → Runeerror

front
Sigrid 2021-02-23 08:52:59 +01:00
parent 27ad886c95
commit 007d42e741
1 changed files with 1 additions and 1 deletions

View File

@ -765,7 +765,7 @@ parserune(int c)
break;
} while((c = Bgetc(&in)) > 0);
}
return 0xFFFD;
return Runeerror;
}
Rune