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

Comparing ray/src/common/image.c (file contents):
Revision 2.32 by greg, Wed Jul 12 01:37:40 2006 UTC vs.
Revision 2.33 by greg, Sun Nov 19 01:14:31 2006 UTC

# Line 449 | Line 449 | register VIEW  *vp;
449          static char  vwstr[128];
450          register char  *cp = vwstr;
451  
452 +        *cp = '\0';
453          if (vp->type != stdview.type) {
454                  sprintf(cp, " -vt%c", vp->type);
455                  cp += strlen(cp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines