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

Comparing ray/src/hd/rholo4.c (file contents):
Revision 3.36 by schorsch, Thu Jan 1 11:21:55 2004 UTC vs.
Revision 3.37 by greg, Thu Aug 18 00:52:48 2016 UTC

# Line 282 | Line 282 | disp_result(   /* queue result message to display proces
282                  return;
283          msg.type = type;
284          msg.nbytes = nbytes;
285 <        fwrite((char *)&msg, sizeof(MSGHEAD), 1, dpout);
285 >        putbinary(&msg, sizeof(MSGHEAD), 1, dpout);
286          if (nbytes > 0)
287 <                fwrite(p, 1, nbytes, dpout);
287 >                putbinary(p, 1, nbytes, dpout);
288   }
289  
290  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines