List values in the data column, not the location column.

This commit is contained in:
Olaf Seibert 2015-05-19 21:15:57 +02:00
parent 06a780cb94
commit 2e06f50286

View File

@ -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);
}
}