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

Comparing ray/src/cv/mgflib/object.c (file contents):
Revision 1.3 by greg, Wed May 10 17:18:45 1995 UTC vs.
Revision 1.4 by greg, Wed May 10 17:46:08 1995 UTC

# Line 35 | Line 35 | char   **av;
35          }
36          if (ac != 2)
37                  return(MG_EARGC);
38 +        if (!isname(av[1]))
39 +                return(MG_EILL);
40          if (obj_nnames >= obj_maxname-1) {      /* enlarge array */
41                  if (!obj_maxname)
42                          obj_name = (char **)malloc(

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines