Fix an assortment of compiler warnings.
A few potential bugs were removed in the process. Much code cleanup remains to be done.
This commit is contained in:
parent
de95b19cee
commit
7d459d7d36
47 changed files with 608 additions and 591 deletions
|
|
@ -573,7 +573,7 @@ find_object(struct linked_list *list, int num)
|
|||
if ( (num < 1) || (list == NULL) )
|
||||
return(NULL);
|
||||
|
||||
num--;
|
||||
num--;
|
||||
|
||||
for(cnt = 0; cnt < num; cnt++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue