mirror of
https://github.com/robertkrimen/otto
synced 2025-10-26 20:28:49 +08:00
Fix subtle range bug in String.substring (uint => int64)
Was looking for negative in the following calculation: uint(0) - uint(3) => uint(0)
This commit is contained in:
Reference in New Issue
Block a user