# | Line 413 | Line 413 | unkopt: | |
---|---|---|
413 | } | |
414 | if (header) { | |
415 | printargs(i, argv, stdout); | |
416 | < | printf("%s%c\n", NCOMPSTR, "13"[putprim==ALL]); |
416 | > | if (dataonly) |
417 | > | printf("%s%c\n", NCOMPSTR, "13"[putprim==ALL]); |
418 | if (dataonly && !resolution & !uniq) | |
419 | printf("NCOLS=%d\nNROWS=%d\n", scanlen(&picres), | |
420 | numscans(&picres)); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |