ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/Development/ray/src/rt/rxcmain.cpp
(Generate patch)

Comparing ray/src/rt/rxcmain.cpp (file contents):
Revision 2.20 by greg, Fri Oct 17 01:15:53 2025 UTC vs.
Revision 2.21 by greg, Tue Oct 21 16:12:05 2025 UTC

# Line 125 | Line 125 | setformat(const char *fmt)
125          if (!fmt[2])
126                  return;
127   fmterr:
128 <        sprintf(errmsg, "Unsupported i/o format: -f%s", fmt);
128 >        sprintf(errmsg, "unsupported i/o format: -f%s", fmt);
129          error(USER, errmsg);
130   }
131  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)