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

Comparing ray/src/meta/psplot.c (file contents):
Revision 1.1 by greg, Sat Feb 22 02:07:26 2003 UTC vs.
Revision 1.2 by schorsch, Sun Jul 27 22:12:02 2003 UTC

# Line 318 | Line 318 | register PRIMITIVE     *p;
318                  printf("%d %d lineto\n", curx = p->xy[XMX], cury = y2);
319          } else if (curx == p->xy[XMX] && cury == y2) {
320                  printf("%d %d lineto\n", curx = p->xy[XMN], cury = y1);
321 <        } else if (right = !right) {
321 >        } else if ( (right = !right) ) {
322                  printf("%d %d moveto ", p->xy[XMN], y1);
323                  printf("%d %d lineto\n", curx = p->xy[XMX], cury = y2);
324          } else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines