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

Comparing ray/src/cal/cnt.c (file contents):
Revision 1.8 by greg, Fri Apr 22 15:52:50 2022 UTC vs.
Revision 1.9 by greg, Thu Feb 27 20:00:35 2025 UTC

# Line 287 | Line 287 | main(int argc, char *argv[])
287          n[a] = 0;
288          if (!a)
289                  goto userr;
290 <
290 > #ifdef getc_unlocked
291 >        flockfile(stdout);              /* avoid overhead */
292 > #endif
293          if (doshuffle)
294                  shuffle(n);
295          else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines