ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
Root Listing
root
/
Development
/
ray
/
src
/
common
/
readobj.c
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
(
Generate patch
)
Comparing ray/src/common/readobj.c (file contents):
Revision
2.18
by
schorsch
, Mon Oct 27 10:19:31 2003 UTC vs.
Revision
2.19
by
greg
, Fri Jul 2 16:45:32 2004 UTC
#
Line 30
|
Line 30
|
char *inpspec;
30
{
31
OBJECT lastobj;
32
FILE *infp;
33
<
char buf[1024];
33
>
char buf[2048];
34
register int c;
35
36
lastobj = nobjects;
Diff Legend
–
Removed lines
+
Added lines
<
Changed lines (old)
>
Changed lines (new)