Changed if(terse) into a if(FALSE) as in Alan's Code.
This commit is contained in:
parent
67976b05dc
commit
703b2337f5
|
|
@ -182,7 +182,7 @@ ft_cktcoms(bool terse)
|
||||||
|
|
||||||
/* Listing */
|
/* Listing */
|
||||||
if (ft_listprint) {
|
if (ft_listprint) {
|
||||||
if (terse)
|
if (FALSE)
|
||||||
fprintf(cp_err, ".options: no listing, rawfile was generated.\n");
|
fprintf(cp_err, ".options: no listing, rawfile was generated.\n");
|
||||||
else
|
else
|
||||||
inp_list(cp_out, ft_curckt->ci_deck, ft_curckt->ci_options,
|
inp_list(cp_out, ft_curckt->ci_deck, ft_curckt->ci_options,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue