--- ray/src/rt/raypcalls.c 2020/04/30 19:30:48 2.32 +++ ray/src/rt/raypcalls.c 2020/06/16 17:58:11 2.34 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: raypcalls.c,v 2.32 2020/04/30 19:30:48 greg Exp $"; +static const char RCSid[] = "$Id: raypcalls.c,v 2.34 2020/06/16 17:58:11 greg Exp $"; #endif /* * raypcalls.c - interface for parallel rendering using Radiance @@ -212,7 +212,7 @@ ray_pflush(void) /* send queued rays to idle childre for (i = ray_pnprocs; nc && i--; ) { if (r_proc[i].npending > 0) continue; /* child looks busy */ - n = (r_send_next - sfirst)/nc--; + n = (r_send_next - sfirst) / nc--; if (!n) continue; /* smuggle set size in crtype */