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.22 by greg, Thu Oct 23 01:26:48 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  
# Line 569 | Line 569 | quit(
569          int  code
570   )
571   {
572 <        myRCmanager.FlushQueue();       // leave nothing in queue
572 >        if (!code)
573 >                myRCmanager.ClearModifiers();
574  
575          exit(code);
576   }

Diff Legend

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