ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/ot/readobj2.c
(Generate patch)

Comparing ray/src/ot/readobj2.c (file contents):
Revision 2.9 by schorsch, Sat Mar 27 12:41:45 2004 UTC vs.
Revision 2.10 by greg, Tue Sep 28 23:55:02 2004 UTC

# Line 29 | Line 29 | readobj2(      /* read in an object file or stream */
29   {
30          char  *fgetline();
31          FILE  *infp;
32 <        char  buf[512];
32 >        char  buf[2048];
33          register int  c;
34  
35          if (input == NULL) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines