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

Comparing ray/src/common/wordfile.c (file contents):
Revision 2.5 by greg, Tue Nov 10 18:21:26 1992 UTC vs.
Revision 2.6 by greg, Fri Apr 2 09:11:35 1993 UTC

# Line 62 | Line 62 | char   *str;
62                  if (!*cp)               /* all done? */
63                          break;
64                  *ap++ = cp;             /* add argument to list */
65 <                while (*cp && !isspace(*cp))
66 <                        cp++;
65 >                while (*++cp && !isspace(*cp))
66 >                        ;
67          }
68          *ap = NULL;
69          return(ap - avl);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines