File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -1086,12 +1086,11 @@ - (void)batchDrawData:(NSData *)data
10861086 surrogatePair = YES ;
10871087 g += 2 ;
10881088 c += 2 ;
1089- p += 2 ;
10901089 } else {
10911090 ++g;
10921091 ++c;
1093- ++p;
10941092 }
1093+ ++p;
10951094 }
10961095
10971096 int count = g-glyphs;
@@ -1113,12 +1112,11 @@ - (void)batchDrawData:(NSData *)data
11131112 if (emojiEnabled && CFStringIsSurrogateHighCharacter (*c)) {
11141113 g += 2 ;
11151114 c += 2 ;
1116- p += 2 ;
11171115 } else {
11181116 ++g;
11191117 ++c;
1120- ++p;
11211118 }
1119+ ++p;
11221120 }
11231121
11241122 // Figure out which font to draw these chars with.
Original file line number Diff line number Diff line change 43614361for ac_header in AvailabilityMacros.h
43624362do :
43634363 ac_fn_c_check_header_mongrel " $LINENO " " AvailabilityMacros.h" " ac_cv_header_AvailabilityMacros_h" " $ac_includes_default "
4364- if test " x$ac_cv_header_AvailabilityMacros_h " = x " " yes ; then :
4364+ if test " x$ac_cv_header_AvailabilityMacros_h " = xyes ; then :
43654365 cat >> confdefs.h << _ACEOF
43664366#define HAVE_AVAILABILITYMACROS_H 1
43674367_ACEOF
You can’t perform that action at this time.
0 commit comments