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

Comparing ray/src/px/pmblur2.c (file contents):
Revision 2.5 by greg, Sat Oct 13 05:18:18 2012 UTC vs.
Revision 2.6 by greg, Thu Aug 2 18:33:45 2018 UTC

# Line 52 | Line 52 | static int
52   headline(char *s, void *p)
53   {
54          IMGHEAD *ip = (IMGHEAD *)p;
55 <        char    fmt[32];
55 >        char    fmt[MAXFMTLEN];
56  
57          if (isview(s)) {
58                  ip->gotview += (sscanview(ip->vp, s) > 0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines