diff options
Diffstat (limited to 'ticket.c')
-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 |