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.11 by greg, Wed Jan 10 19:25:57 1996 UTC vs.
Revision 2.12 by greg, Wed Jan 17 10:55:40 1996 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines