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.19 by greg, Tue Aug 26 04:24:26 2003 UTC vs.
Revision 2.20 by greg, Fri Aug 29 23:03:13 2003 UTC

# Line 394 | Line 394 | register char  *s;
394          int  na;
395          int  nvopts = 0;
396  
397 <        while (*s && *s != ' ')
397 >        while (*s == ' ')
398                  s++;
399 +        if (*s != '-')
400 +                s = sskip2(s,1);
401          while (*s) {
402                  ac = 0;
403                  do {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines