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

Comparing ray/src/hd/rhdobj.c (file contents):
Revision 3.16 by schorsch, Thu Jan 1 11:21:55 2004 UTC vs.
Revision 3.17 by greg, Tue Mar 30 20:40:04 2004 UTC

# Line 555 | Line 555 | dobj_command(          /* run object display command */
555          }
556          return(somechange);
557   toomany:
558        /* return(cmderror(cn, "too many arguments")); *//* XXX cmderror is void */
558          cmderror(cn, "too many arguments");
559 <        return 0; /* XXX not sure if this is the right return value */
559 >        return(-1);
560   }
561  
562  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines