ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/psign.c
(Generate patch)

Comparing ray/src/px/psign.c (file contents):
Revision 1.2 by greg, Sat Dec 8 10:12:07 1990 UTC vs.
Revision 1.3 by greg, Thu May 30 08:22:52 1991 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1987 Regents of the University of California */
1 > /* Copyright (c) 1991 Regents of the University of California */
2  
3   #ifndef lint
4   static char SCCSid[] = "$SunId$ LBL";
# Line 121 | Line 121 | unkopt:
121          maptext();
122                                          /* print header */
123          printargs(argc, argv, stdout);
124 <        printf("\n\n");
124 >        fputformat(COLRFMT, stdout);
125 >        putchar('\n');
126                                          /* write out bitmap */
127          writemap(stdout);
128  
# Line 391 | Line 392 | FILE  *fp;
392                  }
393          }
394          free((char *)scanout);
394 }
395
396
397 printargs(ac, av, fp)           /* print arguments to a file */
398 int  ac;
399 char  **av;
400 FILE  *fp;
401 {
402        while (ac-- > 0) {
403                fputs(*av++, fp);
404                putc(' ', fp);
405        }
395   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines