Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
Sebastian Ramacher 2013-03-03 02:26:08 +01:00
parent 7841eea2eb
commit 99a03faed1

View file

@ -561,7 +561,7 @@ sc_scroll(girara_session_t* session, girara_argument_t* argument,
return false; return false;
} }
if (!t){ if (t == 0) {
t = 1; t = 1;
} }