• Show log

    Commit

  • Hash : 35095610
    Author : Omar Polo
    Date : 2022-06-14T10:35:07

    got patch: use ints for line offsets instead of longs
    
    ints have the advantage that their size is more likely to be the same
    across the various architecture supported by OpenBSD, thus introducing
    less possible differences.
    
    INT_MAX is still (at least) a few order of magnitudes higher than the
    patches we dealt with (even abnormal ones.)
    
    suggested by stsp@