mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-13 15:27:18 +00:00
List values in the data column, not the location column.
This commit is contained in:
parent
06a780cb94
commit
2e06f50286
@ -115,7 +115,7 @@ void list_value(
|
||||
if (dolist()) {
|
||||
/* Print the value and go */
|
||||
binline[0] = 0;
|
||||
sprintf(binline, "%*s%*d %6.6o", (int)SIZEOF_MEMBER(LSTFORMAT, flag), "",
|
||||
sprintf(binline, "%*s%*d %6.6o", (int)SIZEOF_MEMBER(LSTFORMAT, flag), "",
|
||||
(int)SIZEOF_MEMBER(LSTFORMAT, line_number), str->line, word & 0177777);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user