From eba712e9021769e524ca56ba70bc25b2db22c88a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ant=C3=B4nio=20Duarte?= Date: Wed, 17 Apr 2024 08:11:47 -0300 Subject: [PATCH] Fix Linux compilation --- sources/MVCFramework.RQL.Parser.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/MVCFramework.RQL.Parser.pas b/sources/MVCFramework.RQL.Parser.pas index 7e248139..3a703f9e 100644 --- a/sources/MVCFramework.RQL.Parser.pas +++ b/sources/MVCFramework.RQL.Parser.pas @@ -315,7 +315,7 @@ begin end; if lMsg.Trim.IsEmpty then lMsg := ''; - raise ERQLException.CreateFmt('[Error] %s (column %d - found %s)', [message, fCurIdx, lMsg]) at AddressOfReturnAddress; + raise ERQLException.CreateFmt('[Error] %s (column %d - found %s)', [message, fCurIdx, lMsg]){$IF DEFINED(MSWINDOWS)} at AddressOfReturnAddress{$ENDIF}; end; procedure TRQL2SQL.Execute(