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

Comparing ray/src/meta/xmeta.c (file contents):
Revision 1.2 by schorsch, Mon Oct 27 10:28:59 2003 UTC vs.
Revision 1.3 by greg, Mon Nov 17 02:21:53 2003 UTC

# Line 100 | Line 100 | char  **argv;
100  
101  
102  
103 + void
104   plot(infp)              /* plot meta-file */
105  
106   FILE  *infp;
# Line 147 | Line 148 | PRIMITIVE  *p;
148  
149      if ((pnew = palloc()) == NULL)
150              error(SYSTEM, "out of memory in save");
151 <    mcopy(pnew, p, sizeof(PRIMITIVE));
151 >    mcopy((char *)pnew, (char *)p, sizeof(PRIMITIVE));
152      add(pnew, &recording);
153   }
154  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines