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

Comparing ray/src/px/ra_rgbe.c (file contents):
Revision 2.10 by greg, Sat Feb 22 02:07:28 2003 UTC vs.
Revision 2.11 by greg, Wed Apr 23 00:52:34 2003 UTC

# Line 209 | Line 209 | char   *s;
209                  frameno = atoi(s+6);
210          n = strlen(s);
211          if (headlen)
212 <                headlines = (char *)realloc(headlines, headlen+n+1);
212 >                headlines = (char *)realloc((void *)headlines, headlen+n+1);
213          else
214                  headlines = (char *)malloc(n+1);
215          if (headlines == NULL) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines