• M
    Increase size of range request in getrange · 4284b072
    Matt Stancliff 提交于
    32 bit builds don't have a big enough long to capture
    the same range as a 64 bit build.  If we use "long long"
    we get proper size limits everywhere.
    
    Also updates size of unsigned comparison to fit new size of `end`.
    
    Fixes #1981
    4284b072
t_string.c 14.3 KB