mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 17:59:27 +02:00
* string -> shortstring
This commit is contained in:
parent
05620b271d
commit
08200fffa1
@ -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:='';
|
||||
|
Loading…
Reference in New Issue
Block a user