[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Hint for a port of a package



 || On Sat, 2 Nov 2002 15:46:24 -0800
 || Randolph Chung <tausq@debian.org> wrote: 

 >> - if ( list_find(&ackq, (int)who) == NULL ) return(cmd_send(item));
 >> + if ( list_find(&ackq, (int) sizeof(who)) == NULL )
 >> return(cmd_send(item));

 rc> this looks wrong...
 rc> you should probably change the list_find function to either use void*
 rc> for at least a long type as the id

I will look at this.

Thanks a lot

(I am subscribed now, so no longer need CC:)

Ciao Ciao 

Marco

-- 

Attachment: pgp7vZoNgLxQN.pgp
Description: PGP signature


Reply to: