uterm: vt: silence gcc warning
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 1 Jul 2012 13:45:54 +0000 (15:45 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 1 Jul 2012 13:45:54 +0000 (15:45 +0200)
commit9e5013f51bd3f9bf74c1e3552aa0667d29a42dd0
tree85d5e21fe19db87cf882bfeefcd540c81b2c361e
parent6356dae1da413b8ccde3f2ea0f990b26770b4ad1
uterm: vt: silence gcc warning

We initialize the variable to "true" to silence gcc warnings that we might
get an uninitialized variable (which we really cannot get here).

Anyway, in the future, if the number of types may increase, the correct
way to deal with unknown types is returning "true" so do this by default
now.

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