ports/sysutils/uniutils/files/patch-unifuzz.c
Thierry Thomas 3a114f05a3 sysutils/uniutils: upgrade to 2.28
This release adds Unisurrogate, a utility that computes the UTF-16 surrogate
decomposition of characters outside the BMP.
2023-11-05 22:31:28 +01:00

11 lines
273 B
C

--- unifuzz.c.orig 2020-11-20 08:28:53 UTC
+++ unifuzz.c
@@ -97,7 +97,7 @@ EmitBadUTF8 () {
}
/* Emit the middle character from each range */
-EmitAllRanges(short AboveBMPP) {
+void EmitAllRanges(short AboveBMPP) {
int i;
UTF32 scp;
extern int Ranges_Defined;