Explorar o código

* string -> shortstring

Michael VAN CANNEYT %!s(int64=2) %!d(string=hai) anos
pai
achega
a4ebdb4eee
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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:='';