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

NotFound at svn.parrot.org NotFound at svn.parrot.org
Tue Sep 7 06:06:16 UTC 2010


Author: NotFound
Date: Tue Sep  7 06:06:16 2010
New Revision: 48820
URL: https://trac.parrot.org/parrot/changeset/48820

Log:
missing return in StringBuilder get_string!!!

Modified:
   trunk/src/pmc/stringbuilder.pmc

Modified: trunk/src/pmc/stringbuilder.pmc
==============================================================================
--- trunk/src/pmc/stringbuilder.pmc	Tue Sep  7 04:48:09 2010	(r48819)
+++ trunk/src/pmc/stringbuilder.pmc	Tue Sep  7 06:06:16 2010	(r48820)
@@ -152,6 +152,7 @@
             buffer->strstart, buffer->bufused,
             buffer->encoding, buffer->charset,
             0);
+        return result;
     }
 
 /*


More information about the parrot-commits mailing list