|
@@ -457,7 +457,8 @@ Begin
|
|
end;
|
|
end;
|
|
if ErrorLen=ErrorBufferLength then
|
|
if ErrorLen=ErrorBufferLength then
|
|
begin
|
|
begin
|
|
- MessageBox(0,@ErrorBuf,pchar('Error'),0);
|
|
|
|
|
|
+ if not NoErrMsg then
|
|
|
|
+ MessageBox(0,@ErrorBuf,pchar('Error'),0);
|
|
ErrorLen:=0;
|
|
ErrorLen:=0;
|
|
end;
|
|
end;
|
|
Dec(F.BufPos,i);
|
|
Dec(F.BufPos,i);
|