mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-15 17:47:09 +00:00
More build fixes.
This commit is contained in:
parent
d191a5fa5c
commit
198cc9230a
@ -168,7 +168,7 @@ bool read_log(size_t *read, size_t *length, time_t *time, uint64_t *timestamp,
|
||||
}
|
||||
|
||||
void print_journal(struct text_object *obj, char *p, unsigned int p_max_size) {
|
||||
struct journal *j = (struct journal *)obj->data.opaque;
|
||||
journal *j = (journal *)obj->data.opaque;
|
||||
sd_journal *jh = nullptr;
|
||||
size_t read = 0;
|
||||
size_t length;
|
||||
|
Loading…
Reference in New Issue
Block a user