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

Comparing ray/src/common/image.c (file contents):
Revision 2.20 by greg, Fri Aug 29 23:03:13 2003 UTC vs.
Revision 2.21 by greg, Sun Sep 7 05:32:02 2003 UTC

# Line 401 | Line 401 | register char  *s;
401          while (*s) {
402                  ac = 0;
403                  do {
404 <                        av[ac++] = s;
404 >                        if (ac || *s == '-')
405 >                                av[ac++] = s;
406                          while (*s && *s != ' ')
407                                  s++;
408                          while (*s == ' ')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines