| # | 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 | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |