From 63705942a366d39308251549a018451808c20ac8 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Thu, 16 Oct 2025 22:51:58 -0300 Subject: properly handle text encoding differences with QueryManager clients --- src/query.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/query.cc') diff --git a/src/query.cc b/src/query.cc index c4d81a1..afcf664 100644 --- a/src/query.cc +++ b/src/query.cc @@ -1346,6 +1346,7 @@ void ProcessCancelHouseTransfer(TDatabase *Database, TQuery *Query){ // are kept permanently and this query is used to delete/flag it, in case // the it didn't complete. We might need to refine `FinishHouseTransfers`. //int HouseID = Buffer->Read16(); + (void)Database; QueryOk(Query); } -- cgit v1.2.3