mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
This release adds Unisurrogate, a utility that computes the UTF-16 surrogate decomposition of characters outside the BMP.
12 lines
273 B
C
12 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;
|