--- ray/src/rt/rpict.c 2003/07/21 22:30:19 2.61 +++ ray/src/rt/rpict.c 2003/07/27 22:12:03 2.62 @@ -243,7 +243,7 @@ char *pout, *zout, *prvr; setview(&ourview); prvr = fbuf; /* mark for renaming */ } - if (pout != NULL & prvr != NULL) { + if ((pout != NULL) & (prvr != NULL)) { sprintf(fbuf, pout, seq); if (!strcmp(prvr, fbuf)) { /* rename */ strcpy(fbuf2, fbuf);