ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
Root Listing
root
/
Development
/
ray
/
src
/
common
/
image.c
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
(
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.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 == ' ')
398
+
s++;
399
if (*s != '-')
400
s = sskip2(s,1);
401
while (*s) {
Diff Legend
–
Removed lines
+
Added lines
<
Changed lines (old)
>
Changed lines (new)