WatchApps icon indicating copy to clipboard operation
WatchApps copied to clipboard

Heart app correlator typo

Open ddelemeny opened this issue 10 months ago • 2 comments

Hi!

https://github.com/jeffmer/WatchApps/blob/d8dff30062ebdb14a727d5340129a68471f069eb/apps/heart/heartv2.app.js#L34

I think this line should be written int a = (next-c) % NSLOT; as the current form will be out of bounds when next == c

ddelemeny avatar Aug 29 '23 13:08 ddelemeny