Skip to content

Commit f2fa8b3

Browse files
committed
Removed not needed conversion, as noted by @aafemt
1 parent 248f115 commit f2fa8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jrd/SysFunction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4592,7 +4592,7 @@ dsc* evlGetContext(thread_db* tdbb, const SysFunction*, const NestValueArray& ar
45924592
if (attachment->att_client_version.isEmpty())
45934593
return NULL;
45944594

4595-
resultStr = attachment->att_client_version.ToString();
4595+
resultStr = attachment->att_client_version;
45964596
}
45974597
else if (nameStr == CURRENT_USER_NAME)
45984598
{

0 commit comments

Comments
 (0)