Skip to content

Commit fb0dbbc

Browse files
byrootmatzbot
authored andcommitted
[ruby/date] d_lite_marshal_load: copy ivars in the right order
ruby/date@dbf4e957dc
1 parent 99a72df commit fb0dbbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/date/date_core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7613,7 +7613,7 @@ d_lite_marshal_load(VALUE self, VALUE a)
76137613
HAVE_JD | HAVE_DF);
76147614
}
76157615

7616-
rb_copy_generic_ivar(a, self);
7616+
rb_copy_generic_ivar(self, a);
76177617

76187618
return self;
76197619
}

0 commit comments

Comments
 (0)