From 5f9d3228d206cbb851ca79c8b615c4902fa48476 Mon Sep 17 00:00:00 2001 From: Vlad Khorsun Date: Mon, 30 Oct 2023 14:14:26 +0200 Subject: [PATCH] Removed not needed conversion, as noted by @aafemt --- src/jrd/SysFunction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jrd/SysFunction.cpp b/src/jrd/SysFunction.cpp index b81f657027..873612a623 100644 --- a/src/jrd/SysFunction.cpp +++ b/src/jrd/SysFunction.cpp @@ -4670,7 +4670,7 @@ dsc* evlGetContext(thread_db* tdbb, const SysFunction*, const NestValueArray& ar if (attachment->att_client_version.isEmpty()) return NULL; - resultStr = attachment->att_client_version.ToString(); + resultStr = attachment->att_client_version; } else if (nameStr == CURRENT_USER_NAME) {