mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:09:16 +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,6 +457,7 @@ Begin
|
|||||||
end;
|
end;
|
||||||
if ErrorLen=ErrorBufferLength then
|
if ErrorLen=ErrorBufferLength then
|
||||||
begin
|
begin
|
||||||
|
if not NoErrMsg then
|
||||||
MessageBox(0,@ErrorBuf,pchar('Error'),0);
|
MessageBox(0,@ErrorBuf,pchar('Error'),0);
|
||||||
ErrorLen:=0;
|
ErrorLen:=0;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user