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.4 by greg, Wed May 10 17:46:08 1995 UTC vs.
Revision 1.5 by greg, Wed Nov 29 16:46:56 1995 UTC

# Line 28 | Line 28 | char   **av;
28   {
29          if (ac == 1) {                          /* just pop top object */
30                  if (obj_nnames < 1)
31 <                        return(MG_OK);          /* should be error? */
31 >                        return(MG_ECNTXT);
32                  free((MEM_PTR)obj_name[--obj_nnames]);
33                  obj_name[obj_nnames] = NULL;
34                  return(MG_OK);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines