]> the.earth.li Git - onak.git/commit
Change buffer_put/fetchchar functions to use memcpy.
authorJonathan McDowell <noodles@earth.li>
Tue, 28 Sep 2004 11:02:18 +0000 (11:02 +0000)
committerJonathan McDowell <noodles@earth.li>
Tue, 28 Sep 2004 11:02:18 +0000 (11:02 +0000)
commit99c35bb21639a4d9e4d3da7434960525d2113ac2
tree759bfeecb57ee7782f384cbf7f88da907dfe91d8
parent535ab6abb5d606afdbd9c50699fd861b301ba600
Change buffer_put/fetchchar functions to use memcpy.
We used an inefficient loop to copy data in the buffer character
functions; change them to use memcpy.
charfuncs.c