summaryrefslogtreecommitdiff
path: root/ticket.c
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-10-01 22:11:53 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-10-01 22:11:53 +0800
commitda6175baeef79a42783b75cb8cc0b9472f92607c (patch)
tree2ddfb9c5c191a3ad7c5f2d69f394ce5fe5f0eb7a /ticket.c
parent4c08aa1b1e04ac1b73217e13315da126b631c079 (diff)
This actually bypassed to the next history
which is not what we want
Diffstat (limited to 'ticket.c')
-rw-r--r--ticket.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ticket.c b/ticket.c
index 161f079..e15d1ce 100644
--- a/ticket.c
+++ b/ticket.c
@@ -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