mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
journal: fix typo
This commit is contained in:
parent
3306729574
commit
24b51289e3
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user