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

Comparing ray/src/px/pfilt.c (file contents):
Revision 1.9 by greg, Tue Jan 9 17:58:35 1990 UTC vs.
Revision 1.10 by greg, Thu Sep 13 09:46:00 1990 UTC

# Line 326 | Line 326 | FILE  *in;
326                          quit(1);
327                  }
328          }
329 +                                        /* skip leftovers */
330 +        while (yread < yres) {
331 +                if (freadscan(scanin[0], xres, in) < 0)
332 +                        break;
333 +                yread++;
334 +        }
335   }
336  
337  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines