• Show log

    Commit

  • Hash : 040ec883
    Author : Edward Thomson
    Date : 2015-09-23T18:20:17

    patch: use strlen to mean string length
    
    `oid_strlen` has meant one more than the length of the string.
    This is mighty confusing.  Make it mean only the string length!
    Whomsoever needs to allocate a buffer to hold a string can null
    terminate it like normal.