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.18 by schorsch, Thu Jun 26 00:58:09 2003 UTC vs.
Revision 2.19 by greg, Tue Aug 26 04:24:26 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines