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

Comparing ray/src/util/rcode_ident.c (file contents):
Revision 2.7 by greg, Wed Jul 24 17:50:32 2019 UTC vs.
Revision 2.8 by greg, Fri Jul 26 17:45:23 2019 UTC

# Line 73 | Line 73 | scan_ident(char ident[MAXIDLEN], FILE *fp)
73   static int
74   headline(char *s, void *p)
75   {
76 <        extern const char       FMTSTR[];
77 <
78 <        if (strstr(s, FMTSTR) == s)
76 >        if (isformat(s))
77                  return 0;
78  
79          fputs(s, stdout);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines