mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 07:59:48 +02:00
* Do not display error message if NoErrMsg is set.
git-svn-id: trunk@27765 -
This commit is contained in:
parent
4258d71a2d
commit
d5a88caecd
@ -457,7 +457,8 @@ Begin
|
||||
end;
|
||||
if ErrorLen=ErrorBufferLength then
|
||||
begin
|
||||
MessageBox(0,@ErrorBuf,pchar('Error'),0);
|
||||
if not NoErrMsg then
|
||||
MessageBox(0,@ErrorBuf,pchar('Error'),0);
|
||||
ErrorLen:=0;
|
||||
end;
|
||||
Dec(F.BufPos,i);
|
||||
|
Loading…
Reference in New Issue
Block a user