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

Comparing ray/src/hd/rhdisp.c (file contents):
Revision 3.52 by greg, Tue Mar 11 02:21:47 2008 UTC vs.
Revision 3.53 by greg, Tue Aug 16 18:09:53 2011 UTC

# Line 543 | Line 543 | serv_result(void)                      /* get next server result and proc
543                  break;
544          case DS_STARTIMM:
545          case DS_ENDIMM:
546 <                if (!(imm_mode = msg.type==DS_STARTIMM))
546 >                if (!(imm_mode = (msg.type==DS_STARTIMM)))
547                          dev_flush();
548   #ifdef DEBUG
549                  {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines