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.11 by greg, Mon Jul 28 20:12:20 2014 UTC vs.
Revision 2.12 by greg, Mon Sep 8 18:21:39 2014 UTC

# Line 63 | Line 63 | main(
63          } else if (argc > 2 && !strcmp(argv[1], "-c")) {
64                  SET_FILE_BINARY(stdin);
65                  SET_FILE_BINARY(stdout);
66 +                setvbuf(stdin, NULL, _IONBF, 2);
67                  getheader(stdin, (gethfunc *)fputs, stdout);
68                  printargs(argc-2, argv+2, stdout);
69                  fputc('\n', stdout);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines