--- ray/src/px/pcond.c 2004/11/14 22:19:50 3.23 +++ ray/src/px/pcond.c 2006/06/07 17:52:04 3.24 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: pcond.c,v 3.23 2004/11/14 22:19:50 greg Exp $"; +static const char RCSid[] = "$Id: pcond.c,v 3.24 2006/06/07 17:52:04 schorsch Exp $"; #endif /* * Condition Radiance picture for display/output @@ -261,7 +261,7 @@ getahead(void) /* load picture header */ exit(1); } if (!gotview || ourview.type == VT_PAR || - ourview.horiz <= 5. | ourview.vert <= 5.) { + (ourview.horiz <= 5.) | (ourview.vert <= 5.)) { ourview = stdview; ourview.type = VT_PER; if (pixaspect*inpres.yr < inpres.xr) {