diff options
Diffstat (limited to 'sfeed_tail.c')
-rw-r--r-- | sfeed_tail.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfeed_tail.c b/sfeed_tail.c index 1608ce7..ecc0278 100644 --- a/sfeed_tail.c +++ b/sfeed_tail.c @@ -14,8 +14,8 @@ static char *line; static size_t linesize; struct line { - char *timestamp; - char *id; + char *s; + size_t len; struct line *next; }; |