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

Comparing ray/src/util/getinfo.c (file contents):
Revision 2.6 by schorsch, Thu Jun 5 19:29:35 2003 UTC vs.
Revision 2.7 by schorsch, Mon Jul 21 22:30:19 2003 UTC

# Line 63 | Line 63 | char  **argv;
63                          fclose(fp);
64                  }
65          }
66 <        if (argc == 1)
66 >        if (argc == 1) {
67                  if (dim) {
68                          getdim(stdin);
69                  } else {
70                          getheader(stdin, fputs, stdout);
71                          putchar('\n');
72                  }
73 +        }
74          exit(0);
75   }
76  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines