html_textarea: Use memmove rather than memcpy.
commit7e025e6eb5cf0d8f552f7c2635ec6ba02b20342f
authorKalle Olavi Niemitalo <kon@iki.fi>
Sun, 29 Apr 2007 22:41:32 +0000 (30 01:41 +0300)
committerKalle Olavi Niemitalo <Kalle@Astalo.kon.iki.fi>
Tue, 1 May 2007 11:40:37 +0000 (1 14:40 +0300)
tree94351853a5e07fbe2761f5de770515287d22d56b
parent44a4ec5cbc18c6c981d9de4bb30cd5768e5b8e81
html_textarea: Use memmove rather than memcpy.

This is an overlapping copy and memcpy is not required to support that.

[ From commit a58345f4e7825372be03614d594a9edf07558861 in ELinks
  0.12.GIT.  --KON ]
src/document/html/parser/forms.c