Command 'listing r': No extra formatting, truncation etc.
of netlist lines when printing to file or console.
This commit is contained in:
parent
5a27a29713
commit
48ddbb4819
|
|
@ -250,7 +250,7 @@ inp_list(FILE *file, struct card *deck, struct card *extras, int type)
|
||||||
Xprintf(file, "%s\n", here->error);
|
Xprintf(file, "%s\n", here->error);
|
||||||
}
|
}
|
||||||
else if ((*here->line != '*') && (type == LS_RUNNABLE)) {
|
else if ((*here->line != '*') && (type == LS_RUNNABLE)) {
|
||||||
Xprintf(file, "%s\n", upper(here->line));
|
Xprintf(file, "%s\n", here->line);
|
||||||
if (here->error)
|
if (here->error)
|
||||||
Xprintf(file, "%s\n", here->error);
|
Xprintf(file, "%s\n", here->error);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue