--- ray/src/ot/oconv.c 1994/02/27 10:16:42 2.7 +++ ray/src/ot/oconv.c 1994/03/28 11:13:58 2.8 @@ -104,9 +104,8 @@ breakopt: nfiles = readoct(infile, IO_ALL, &thescene, ofname); if (nfiles == 0) inpfrozen++; - } - - newheader("RADIANCE", stdout); /* new binary file header */ + } else + newheader("RADIANCE", stdout); /* new binary file header */ printargs(argc, argv, stdout); fputformat(OCTFMT, stdout); printf("\n");