# | Line 361 | Line 361 | unkopt: | |
---|---|---|
361 | printargs(i, argv, stdout); | |
362 | if ((expval < .99) | (expval > 1.01)) | |
363 | fputexpos(expval, stdout); | |
364 | < | if (NCSAMP == 1) { |
364 | > | if (!header & (putprim != ALL)) { |
365 | > | NCSAMP = 1; /* no header, so trust user */ |
366 | > | } else if (NCSAMP == 1) { |
367 | if (putprim == ALL) | |
368 | putprim = BRIGHT; | |
369 | } else { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |