summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client.cxx3
m---------librtclient0
2 files changed, 1 insertions, 2 deletions
diff --git a/client.cxx b/client.cxx
index a887c76..2dbf761 100644
--- a/client.cxx
+++ b/client.cxx
@@ -124,8 +124,7 @@ namespace RTClient {
void Client::ticketHistory(int id)
{
rtclient_ticket_history_list* historyList = nullptr;
- rtclient_ticket_history(&historyList, id
- , RTCLIENT_TICKET_FORMAT_L);
+ rtclient_ticket_history(&historyList, id, true);
emit gotTicketHistory(historyList);
}
diff --git a/librtclient b/librtclient
-Subproject 9fd7e32936b96cdcd5329077662e2fcc546d2bd
+Subproject 8cff9b9d5a49e4c1a9364fd55f4887700ef2a4a