Sfoglia il codice sorgente

* string -> shortstring

Michael VAN CANNEYT 2 anni fa
parent
commit
a4ebdb4eee
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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:='';