I broke TapTinder
Andy Lester
andy at petdance.com
Fri Mar 30 06:39:45 UTC 2012
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 => andy at petdance.com => www.petdance.com => AIM:petdance
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.parrot.org/pipermail/parrot-dev/attachments/20120330/06f093cf/attachment.html>
More information about the parrot-dev
mailing list