this post was submitted on 14 Nov 2023
1 points (100.0% liked)
Apple
111 readers
1 users here now
A place for Apple news, rumors, and discussions.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Itβs called overflowing, which is a number supposed to be a positive integer becomes -1 when it gets too big. For instance, int16 only supports 65535 as max, so when you have more than 65536 missing calls, it turns into -1.