Howdy, nine++ seems to have fixed this already. Thanks!!!
Duke On Thu, Mar 29, 2012 at 11:39 PM, Andy Lester <[email protected]> wrote: > > On Mar 30, 2012, at 1:24 AM, Jonathan Duke Leto wrote: > > The error looks suspect to me. Can anybody else reproduce? > > > I believe what you want to do is: > > - e = (handle_entry *) malloc(sizeof(struct handle_entry)); > + e = (struct handle_entry *) malloc(sizeof(struct handle_entry)); > > -- > Andy Lester => [email protected] => www.petdance.com => AIM:petdance > -- Jonathan "Duke" Leto <[email protected]> Leto Labs LLC 209.691.DUKE // http://labs.leto.net NOTE: Personal email is only checked twice a day at 10am/2pm PST, please call/text for time-sensitive matters. _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
