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

Comparing ray/src/meta/sort.c (file contents):
Revision 1.3 by schorsch, Tue Jun 10 14:26:03 2003 UTC vs.
Revision 1.4 by schorsch, Tue Jun 10 14:51:15 2003 UTC

# Line 286 | Line 286 | int  lvl, int num
286                  temp_directory(pathbuf, sizeof(pathbuf));
287                  psiz = strlen(pathbuf);
288          }
289 <        snprintf(fnbuf, sizeof(pathbuf, psiz),
289 >        snprintf(fnbuf, sizeof(pathbuf)-psiz,
290                          "%s/S%d%c%d", pathbuf, getpid(), lvl+'A', num);
291      /*sprintf(fnbuf, "%sS%d%c%d", TDIR, getpid(), lvl+'A', num);*/
292  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines