Browse Source

* string -> shortstring

Michael VAN CANNEYT 2 years ago
parent
commit
08200fffa1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rtl/qnx/dos.inc

+ 2 - 2
rtl/qnx/dos.inc

@@ -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:='';