Fix glyph caching
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 26 Nov 2011 16:53:45 +0000 (17:53 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 26 Nov 2011 16:53:45 +0000 (17:53 +0100)
commit9e2c14a7ca7a8ec6ebe5ee2972a52043b4ab0b71
tree2b4113d4670ef1df728546013bc427beb7bf1e88
parentc4d6c554fd048e410328f9bba8f797db565646de
Fix glyph caching

We need to use memcmp() not memcpy() to compare two kmscon_char's.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/console_char.c