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.38 by gwlarson, Sun Dec 20 20:39:31 1998 UTC vs.
Revision 3.39 by gwlarson, Sun Jan 3 17:49:11 1999 UTC

# Line 502 | Line 502 | serv_result()                  /* get next server result and process
502                  break;
503          case DS_STARTIMM:
504          case DS_ENDIMM:
505 +                if (!(imm_mode = msg.type==DS_STARTIMM))
506 +                        dev_flush();
507   #ifdef DEBUG
508                  {
509                          time_t  tnow = time(NULL);
# Line 510 | Line 512 | serv_result()                  /* get next server result and process
512                          tmodesw = tnow;
513                  }
514   #endif
513                if (!(imm_mode = msg.type==DS_STARTIMM))
514                        dev_flush();
515                  goto noargs;
516          case DS_ACKNOW:
517          case DS_SHUTDOWN:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines