Michael VAN CANNEYT 2 лет назад
Родитель
Сommit
a4ebdb4eee
1 измененных файлов с 2 добавлено и 2 удалено
  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:='';