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

Comparing ray/src/common/otypes.c (file contents):
Revision 1.1 by greg, Thu Feb 2 10:34:38 1989 UTC vs.
Revision 1.2 by greg, Mon Apr 10 21:30:17 1989 UTC

# Line 133 | Line 133 | register struct ohtab  *tab;
133                  tab->hsiz = nexthsiz(tab->hsiz);
134                  tab->htab = (OBJECT *)malloc(tab->hsiz*sizeof(OBJECT));
135                  if (tab->htab == NULL)
136 <                        error(SYSTEM, "out of memory in tputo");
136 >                        error(SYSTEM, "out of memory in otndx");
137                  ndx = tab->hsiz;
138                  while (ndx--)                   /* empty it */
139                          tab->htab[ndx] = OVOID;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines