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

Comparing ray/src/util/rpiece.c (file contents):
Revision 2.16 by greg, Fri Jan 29 11:56:09 1993 UTC vs.
Revision 2.17 by greg, Sat Feb 20 17:07:35 1993 UTC

# Line 258 | Line 258 | int  *xp, *yp;
258                                  return(0);
259                          }
260                  }
261 <                sprintf(buf, "%d %d\n%d %d\n", hmult, vmult, *xp, *yp);
261 >                sprintf(buf, "%4d %4d\n%4d %4d\n", hmult, vmult, *xp, *yp);
262                  lseek(syncfd, 0L, 0);           /* write new position */
263                  write(syncfd, buf, strlen(buf));
264                  fls.l_type = F_UNLCK;           /* release sync file */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines