diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-01 22:11:53 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-01 22:11:53 +0800 |
commit | da6175baeef79a42783b75cb8cc0b9472f92607c (patch) | |
tree | 2ddfb9c5c191a3ad7c5f2d69f394ce5fe5f0eb7a | |
parent | 4c08aa1b1e04ac1b73217e13315da126b631c079 (diff) |
This actually bypassed to the next history
which is not what we want
-rw-r--r-- | ticket.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -166,8 +166,6 @@ static size_t history_handler(void *contents, size_t size, size_t nmemb strcpy(ticket_history->content, ++token); while ((line = strtok_r(NULL, "\n" , &linesaveptr))) { - if (!strncmp(line, "Creator", 7)) - break; char *ptr = realloc(ticket_history ->content , strlen |