From 9d7fc8def01999e5d1ed2d56ebd21d05ec6432a7 Mon Sep 17 00:00:00 2001 From: ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ Date: Wed, 2 Oct 2019 14:35:21 +0800 Subject: There are only 2 formats for ticket history return --- client.cxx | 3 +-- librtclient | 2 +- 2 files changed, 2 insertions(+), 3 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 index 9fd7e32..8cff9b9 160000 --- a/librtclient +++ b/librtclient @@ -1 +1 @@ -Subproject commit 9fd7e32936b96cdcd5329077662e2fcc546d2bdd +Subproject commit 8cff9b9d5a49e4c1a9364fd55f4887700ef2a4ae -- cgit v1.3