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