fbsplash: fix regression from e4fa7b7
authorTimo Teräs <timo.teras@iki.fi>
Wed, 17 Oct 2012 17:39:34 +0000 (19:39 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 17 Oct 2012 17:39:34 +0000 (19:39 +0200)
commit67dc7b21cae44627d0ee55aedb90e421f58ac9c9
tree408b2b6cd6995c1f705e654e1debe796918ad1cc
parent3aeb870b2284713a5f206bc40910b86da7d26966
fbsplash: fix regression from e4fa7b7

commit e4fa7b7 (limit progress bar flicker) made the progress bar
counter unsigned causing i < 0 to never come true.

Signed-off-by: Timo Teräs <timo.teras@iki.fi>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/fbsplash.c