Skip to content

Assigning a zero length vector to a list (PR#8157)

1 message · Duncan Murdoch

#
On 9/26/2005 10:29 AM, Peter Dalgaard wrote:
I agree.  I think I see where the problem is (a test "length(y) <= 1" in 
do_subassign2_dflt in subassign.c should be "length(y) == 1"; I'll try 
to fix it.

Duncan Murdoch