| # | Line 306 | Line 306 | sortcomplist() /* fix our list order */ | |
|---|---|---|
| 306 | } else if (i < complen-1) { | |
| 307 | list2 = (PACKHEAD *)realloc((char *)complist, | |
| 308 | (i+1)*sizeof(PACKHEAD)); | |
| 309 | < | if (list2 != NULL) { |
| 309 | > | if (list2 != NULL) |
| 310 | complist = list2; | |
| 311 | < | complen = i+1; |
| 312 | < | } |
| 311 | > | complen = i+1; |
| 312 | } | |
| 313 | listpos = 0; lastin = i; | |
| 314 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |