* comperr.adb: Fix logic in previous change.

From-SVN: r73605
This commit is contained in:
Arnaud Charlet 2003-11-14 14:50:45 +01:00 committed by Arnaud Charlet
parent 2fea2a10d1
commit 4a4fe537ec
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
* nmake.ads, nmake.adb, sinfo.h, treeprs.ads: Regenerated.
* comperr.adb: Fix logic in previous change.
2003-11-13 Vincent Celier <celier@gnat.com>
* 5bml-tgt.adb (Build_Dynamic_Library): Use

View File

@ -279,7 +279,7 @@ package body Comperr is
End_Line;
end if;
if not (Is_Public_Version and Is_FSF_Version) then
if not (Is_Public_Version or Is_FSF_Version) then
Write_Str
("| (include your customer number #nnn " &
"in the subject line).");