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

Comparing ray/src/px/pcompos.c (file contents):
Revision 2.19 by greg, Mon Oct 16 11:40:09 1995 UTC vs.
Revision 2.20 by gwlarson, Tue Oct 27 09:08:25 1998 UTC

# Line 72 | Line 72 | char  *s;
72          char  fmt[32];
73  
74          if (isheadid(s))
75 <                return;
75 >                return(0);
76          if (formatval(fmt, s)) {
77                  if (globmatch(ourfmt, fmt)) {
78                          wrongformat = 0;
# Line 83 | Line 83 | char  *s;
83                  putc('\t', stdout);
84                  fputs(s, stdout);
85          }
86 +        return(0);
87   }
88  
89  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines