![](https://secure.gravatar.com/avatar/5c13044077baec031cf34ffcb364519c.jpg?s=120&d=mm&r=g)
14 Nov
2008
14 Nov
'08
9:22 p.m.
Travis Cross wrote:
Daniel Gackle wrote:
(ps (aref (if a b c) 0))
=> "a ? b : c[0];"
instead of the correct "(a ? b : c)[0]"
Thanks for the bug report. I have a fix ready, but I want to patch some related bugs before I push the change.
This bug has been fixed in the git repository. Thanks again for the report. Cheers, -- Travis