Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Fri, 15 Jul 2005 22:12:34 +0000 | gpoirier | Wording fix by The Wanderer |
Fri, 15 Jul 2005 22:09:30 +0000 | gpoirier | memcpy and memmove both copy memory, but when using memcpy the source and destination must not overlap, but here, they did overlap. |