From: Lennart Poettering Date: Tue, 27 Dec 2011 21:52:22 +0000 (+0100) Subject: journal: fix typo X-Git-Tag: v38~144^2~13 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24b51289e3f61c2483bb61231f8c16b65cf101be;p=systemd journal: fix typo --- diff --git a/src/journal/sd-journal.c b/src/journal/sd-journal.c index 40958309..8fc8ec58 100644 --- a/src/journal/sd-journal.c +++ b/src/journal/sd-journal.c @@ -437,7 +437,7 @@ static int find_location(sd_journal *j, JournalFile *f, direction_t direction, O (direction == DIRECTION_DOWN && cp < tp) || (direction == DIRECTION_UP && cp > tp)) { to = c; - tp = tp; + tp = cp; } }