Clarified a segment error message.
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* (C) 2000-2011, Ullrich von Bassewitz */
|
/* (C) 2000-2014, Ullrich von Bassewitz */
|
||||||
/* Roemerstrasse 52 */
|
/* Roemerstrasse 52 */
|
||||||
/* D-70794 Filderstadt */
|
/* D-70794 Filderstadt */
|
||||||
/* EMail: uz@cc65.org */
|
/* EMail: uz@cc65.org */
|
||||||
@@ -754,7 +754,7 @@ static void SegmentSection (void)
|
|||||||
|
|
||||||
/* Check that segments do not overlap */
|
/* Check that segments do not overlap */
|
||||||
if (SegmentDefined ((unsigned) Start, (unsigned) End)) {
|
if (SegmentDefined ((unsigned) Start, (unsigned) End)) {
|
||||||
InfoError ("Segments cannot overlap");
|
InfoError ("Segments must not overlap");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Remember the segment data */
|
/* Remember the segment data */
|
||||||
|
|||||||
Reference in New Issue
Block a user