You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix possible crash related to coloring packets
The color array may not be adequately populated at the point I
dereference it. So check the length first. If the color isn't stored
yet, the next update will fix it.
This is for homebrew...
I messed up and merged a v2.0.0 tag that was a day old from another
branch... This meant github's 2.0.0 source archive was out of date,
which Ross discovered when building from the updated homebrew
formula. So this is a 2.0.1 version, and I will tag it accordingly.