summaryrefslogtreecommitdiff
path: root/client.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'client.cxx')
-rw-r--r--client.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/client.cxx b/client.cxx
index b91c10b..d2097aa 100644
--- a/client.cxx
+++ b/client.cxx
@@ -124,7 +124,8 @@ namespace RTClient {
void Client::ticketHistory(int id)
{
rtclient_ticket_history_list* historyList = nullptr;
- rtclient_ticket_history(&historyList, id);
+ rtclient_ticket_history(&historyList, id
+ , RTCLIENT_TICKET_RESULT_FORMAT_L);
emit gotTicketHistory(historyList);
}