libXfont: Changes to 'master'

Tilman Sauerbeck tilman at kemper.freedesktop.org
Thu Sep 13 11:46:34 PDT 2007


 src/builtins/file.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 268f1bb1859e97944e8b63a5bb12677e874ed144
Author: Tilman Sauerbeck <tilman at code-monkey.de>
Date:   Thu Sep 13 20:40:26 2007 +0200

    Replaced one instance of bcopy() with memcpy().
    
    f->buffer cannot overlap with io->file->bits, so it's safe to
    use memcpy() rather than memmove().
    Compile-tested only.



More information about the xorg-commit mailing list