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.2 by schorsch, Sun Jun 8 12:03:10 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 103 | Line 104 | char  **argv;
104         }
105   else  {
106  
107 <    sprintf(tfname, "%sts%d", TDIR, getpid());
107 >    /*sprintf(tfname, "%sts%d", TDIR, getpid());*/
108 >        temp_filename(tfname, sizeof(tfname), NULL);
109      fp = efopen(tfname, "w+");
110      normalize(stdin, fp);
111      makeaxis(axflag);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines