[svn:parrot] r49074 - trunk/src/string

nwellnhof at svn.parrot.org nwellnhof at svn.parrot.org
Fri Sep 17 00:41:23 UTC 2010


Author: nwellnhof
Date: Fri Sep 17 00:41:22 2010
New Revision: 49074
URL: https://trac.parrot.org/parrot/changeset/49074

Log:
[str] Set correct encoding in Parrot_str_concat

Modified:
   trunk/src/string/api.c

Modified: trunk/src/string/api.c
==============================================================================
--- trunk/src/string/api.c	Thu Sep 16 23:39:23 2010	(r49073)
+++ trunk/src/string/api.c	Fri Sep 17 00:41:22 2010	(r49074)
@@ -471,6 +471,7 @@
         mem_sys_memcopy(dest->strstart + dest->bufused,
                 b->strstart, b->bufused);
 
+        dest->encoding = enc;
         dest->hashval = 0;
     }
     else {


More information about the parrot-commits mailing list