chiark / gitweb /
buf: Fix two embarassing bugs found while writing Lisp bindings.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 15 May 2006 19:18:32 +0000 (20:18 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 15 May 2006 19:18:32 +0000 (20:18 +0100)
  * buf_{get,put}memNl never worked.  It always wrote the length
    big-endian.

  * buf_getmemz never worked, because it used the wrong length to find
    the terminator.


No differences found