File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
CoreFoundation/Locale.subproj Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1524,7 +1524,7 @@ static UDate __CFDateFormatterCorrectTimeToARangeAroundCurrentDate(UCalendar *ca
1524
1524
}
1525
1525
} else {
1526
1526
if (period < INT_MAX && futureMax > period ) {
1527
- futureRange .location = 1 ,
1527
+ futureRange .location = 1 ;
1528
1528
futureRange .length = futureMax - period ;
1529
1529
}
1530
1530
if (pastMin <= 0 ) {
Original file line number Diff line number Diff line change @@ -1140,5 +1140,5 @@ extension NSData : _StructTypeBridgeable {
1140
1140
}
1141
1141
1142
1142
internal func _CFSwiftDataCreateCopy( _ data: AnyObject ) -> Unmanaged < AnyObject > {
1143
- return Unmanaged< AnyObject> . passRetained( ( data as! NSDictionary ) . copy ( ) as! NSObject )
1143
+ return Unmanaged< AnyObject> . passRetained( ( data as! NSData ) . copy ( ) as! NSObject )
1144
1144
}
You can’t perform that action at this time.
0 commit comments