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

Comparing ray/src/px/pcompos.c (file contents):
Revision 2.25 by schorsch, Mon Oct 27 10:24:51 2003 UTC vs.
Revision 2.26 by schorsch, Mon Nov 10 12:28:56 2003 UTC

# Line 393 | Line 393 | lblopen(s, xp, yp)             /* open pipe to label generator */
393   char  *s;
394   int  *xp, *yp;
395   {
396 <        char  com[128];
396 >        char  com[PATH_MAX];
397          FILE  *fp;
398  
399          sprintf(com, "psign -s -.15 -a 2 -x %d -y %d '%.90s'", *xp, *yp, s);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines