Skip to content

Commit

Permalink
Set tag field to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Oct 15, 2024
1 parent c2c4ac0 commit 831408d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/NSDate.m
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ static __attribute__((always_inline)) uintptr_t compressTimeInterval(NSTimeInter
exponent -= EXPONENT_BIAS;
// 3. Truncate to 8-bit signed
c.exponent = exponent;
c.tag = 0;

return c.data;
}
Expand Down

0 comments on commit 831408d

Please sign in to comment.