html2ms: 0xFFFD → Runeerror

This commit is contained in:
Sigrid 2021-02-23 08:52:59 +01:00
parent 27ad886c95
commit 007d42e741

View file

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