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

Comparing ray/src/meta/tscat.c (file contents):
Revision 1.1 by greg, Sat Feb 22 02:07:26 2003 UTC vs.
Revision 1.3 by schorsch, Fri Aug 1 14:14:24 2003 UTC

# Line 11 | Line 11 | static const char      RCSid[] = "$Id$";
11   */
12  
13   #include  "tgraph.h"
14 + #include  "paths.h"
15  
16  
17   #define  XLEGEND  (XBEG+XSIZ+4*TSIZ)    /* x start of legend */
# Line 65 | Line 66 | char  **argv;
66   FILE  *fp;
67   int  axflag;
68  
68 #ifdef  CPM
69 fixargs("tscat", &argc, &argv);
70 #endif
71
69   progname = *argv++;
70   argc--;
71  
# Line 103 | Line 100 | char  **argv;
100         }
101   else  {
102  
103 <    sprintf(tfname, "%sts%d", TDIR, getpid());
103 >    /*sprintf(tfname, "%sts%d", TDIR, getpid());*/
104 >        temp_filename(tfname, sizeof(tfname), NULL);
105      fp = efopen(tfname, "w+");
106      normalize(stdin, fp);
107      makeaxis(axflag);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines