* string -> shortstring

This commit is contained in:
Michael VAN CANNEYT 2023-01-06 11:08:25 +01:00 committed by Michaël Van Canneyt
parent 05620b271d
commit 08200fffa1

View File

@ -117,9 +117,9 @@ End;
{ QNX stores its timezone information, in POSIX format }
{ in the /etc/TIMEZONE file. }
function GetTimezoneString: string;
function GetTimezoneString: shortstring;
var
s: string;
s: shortstring;
T: text;
begin
GetTimeZoneString:='';