Closed GoogleCodeExporter closed 8 years ago
Fixed, thanks!
Original comment by olau%iol...@gtempaccount.com
on 13 Dec 2010 at 4:14
I'm curious... Is there a reason you chose to still rely on checking the value
of .data instead of checking for its existence? This way, if d[i].data exists
but has a value of null, the same problem will happen, but using the 'in'
operator as in my patch, it would check for the existence of the .data member
of d[i] and properly handle it.
Original comment by vpa...@gmail.com
on 14 Dec 2010 at 3:50
Original issue reported on code.google.com by
vpa...@gmail.com
on 10 May 2010 at 8:30Attachments: