Skip to content

Commit

Permalink
cast to the localsub type
Browse files Browse the repository at this point in the history
  • Loading branch information
rmottola committed Sep 18, 2023
1 parent 72e8335 commit 2c7b3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/NSTimeZone.m
Original file line number Diff line number Diff line change
Expand Up @@ -2971,7 +2971,7 @@ @implementation GSTimeZone
static TypeInfo
getTypeInfo(NSTimeInterval since, GSTimeZone *zone)
{
int64_t when = (int64_t)since;
time_t when = (time_t)since;
gstm tm;
TypeInfo type;

Expand Down

0 comments on commit 2c7b3c6

Please sign in to comment.