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.1 by greg, Sat Feb 22 02:07:26 2003 UTC vs.
Revision 1.3 by greg, Mon Nov 17 02:21:53 2003 UTC

# Line 9 | Line 9 | static const char      RCSid[] = "$Id$";
9   *     2/26/86
10   */
11  
12 <
12 > #include  "rtprocess.h"
13   #include  "meta.h"
14
14   #include  "plot.h"
15  
16  
# Line 40 | Line 39 | char  **argv;
39  
40   {
41   FILE  *fp;
43 FILE  *popen();
42   char  *geometry = NULL;
43   short  condonly, conditioned;
44   char  comargs[500], command[600];
# Line 102 | Line 100 | char  **argv;
100  
101  
102  
103 + void
104   plot(infp)              /* plot meta-file */
105  
106   FILE  *infp;
# Line 149 | 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