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

Comparing ray/src/rt/rcmain.c (file contents):
Revision 2.28 by greg, Fri Feb 24 18:25:36 2023 UTC vs.
Revision 2.29 by greg, Sat Feb 25 16:17:11 2023 UTC

# Line 199 | Line 199 | main(int argc, char *argv[])
199          strcat(RFeatureList, RCONTRIB_FEATURES);
200          if (argc > 1 && !strcmp(argv[1], "-features"))
201                  return feature_status(argc-2, argv+2);
202 #if defined(_WIN32) || defined(_WIN64)
203
202   #if defined(_WIN32) || defined(_WIN64)  /* increase file limit to maximum */
203          for (i = 8192; i > _IOB_ENTRIES; i >>= 1)
204                  if (_setmaxstdio(i) == 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines