[svn:parrot] r45990 - trunk/src/pmc

NotFound at svn.parrot.org NotFound at svn.parrot.org
Sat Apr 24 17:35:48 UTC 2010


Author: NotFound
Date: Sat Apr 24 17:35:47 2010
New Revision: 45990
URL: https://trac.parrot.org/parrot/changeset/45990

Log:
fix RFA.clone, TT #1101 kurahaupo++

Modified:
   trunk/src/pmc/resizablefloatarray.pmc

Modified: trunk/src/pmc/resizablefloatarray.pmc
==============================================================================
--- trunk/src/pmc/resizablefloatarray.pmc	Sat Apr 24 17:03:13 2010	(r45989)
+++ trunk/src/pmc/resizablefloatarray.pmc	Sat Apr 24 17:35:47 2010	(r45990)
@@ -156,7 +156,7 @@
 
         /* copy trimmed extra space */
         GET_ATTR_size(INTERP, SELF, size);
-        SET_ATTR_resize_threshold(INTERP, SELF, size);
+        SET_ATTR_resize_threshold(INTERP, copy, size);
 
         return copy;
     }


More information about the parrot-commits mailing list