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

Comparing ray/src/px/pcond3.c (file contents):
Revision 3.11 by greg, Sat Feb 22 02:07:27 2003 UTC vs.
Revision 3.12 by greg, Wed Apr 23 00:52:34 2003 UTC

# Line 54 | Line 54 | FILE   *fp;
54                                  if (nfixations % FIXHUNK == 0) {
55                                          if (nfixations)
56                                                  fixlst = (short (*)[2])
57 <                                                        realloc((char *)fixlst,
57 >                                                        realloc((void *)fixlst,
58                                                          (nfixations+FIXHUNK)*
59                                                          2*sizeof(short));
60                                          else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines