mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
This release adds Unisurrogate, a utility that computes the UTF-16 surrogate decomposition of characters outside the BMP.
11 lines
273 B
C
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;
|