From 08200fffa11124994727e235fd6f1304df396e64 Mon Sep 17 00:00:00 2001
From: Michael VAN CANNEYT <mvancanneyt@tixeo.com>
Date: Fri, 6 Jan 2023 11:08:25 +0100
Subject: [PATCH] * string -> shortstring

---
 rtl/qnx/dos.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rtl/qnx/dos.inc b/rtl/qnx/dos.inc
index 973927befb..d6761476e9 100644
--- a/rtl/qnx/dos.inc
+++ b/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:='';