mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 17:59:09 +02:00
* do not output error numbers for options
git-svn-id: trunk@48397 -
This commit is contained in:
parent
04727844b5
commit
225eb8ed12
@ -753,7 +753,7 @@ implementation
|
||||
UpdateStatus;
|
||||
{ Fix replacements }
|
||||
DefaultReplacements(s);
|
||||
if status.showmsgnrs then
|
||||
if status.showmsgnrs and ((v and V_Normal)=0) then
|
||||
s:='('+tostr(w)+') '+s;
|
||||
if doqueue then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user