1
0
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:
Brenden Matthews 2018-12-22 15:43:40 -05:00
parent d191a5fa5c
commit 198cc9230a
No known key found for this signature in database
GPG Key ID: 60FBD122E62B0D30

View File

@ -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;