2021.01.24

This commit is contained in:
Seymour Shlien
2021-01-25 11:36:07 -05:00
parent 783d5e970c
commit 388fc83b86
5 changed files with 47 additions and 5 deletions

View File

@@ -518,7 +518,7 @@ int pass;
{
char msg[80];
if (barno >= 0 || barno < 1024) barloc[barno] = tracklen;
if (barno >= 0 && barno < 1024 && pass == 1) barloc[barno] = tracklen;
if (barchecking) {
/* only generate these errors once */
if (noteson && (partrepno == 0)) {