OneBusAway / onebusaway-ios

OneBusAway for iOS, written in Swift.
Other
76 stars 32 forks source link

[Bug] Integer Overflow #675

Closed YifanL9 closed 1 year ago

YifanL9 commented 1 year ago

U-district station Bay 3 has negative wait time. I am not familiar with swift. But the number seems like an integer overflow to me. I skimmed through stations around and they looked OK.

IMG_1874

YifanL9 commented 1 year ago

Found the same issue #638 and my explanation to this issue was wrong. It’s not an integer overflow. I miscalculated the digits. Marked it as closed.