summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJean Boussier <[email protected]>2025-06-13 19:45:22 +0200
committergit <[email protected]>2025-06-13 17:46:10 +0000
commitfb0dbbc0e660d0c77ebba292578945aca8baafac ()
tree8d4801f40ade4c013f4cd8800546f241810994b8 /ext
parent99a72df16d6174f171754c3a4dcd48c07108097e (diff)
[ruby/date] d_lite_marshal_load: copy ivars in the right order
https://.com/ruby/date/commit/dbf4e957dc
-rw-r--r--ext/date/date_core.c2
1 files changed, 1 insertions, 1 deletions
@@ -7613,7 +7613,7 @@ d_lite_marshal_load(VALUE self, VALUE a)
HAVE_JD | HAVE_DF);
}
- rb_copy_generic_ivar(a, self);
return self;
}