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

Comparing ray/src/gen/mkillum.c (file contents):
Revision 2.8 by greg, Tue Oct 17 20:34:55 1995 UTC vs.
Revision 2.9 by greg, Tue Nov 14 16:03:46 1995 UTC

# Line 379 | Line 379 | char   *nm;
379                          return;
380                  }
381          opterr:                                 /* skip faulty option */
382 <                cp = sskip(cp);
382 >                while (*cp && !isspace(*cp))
383 >                        cp++;
384                  nerrs++;
385          }
386                                                  /* print header? */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines