[svn:parrot] r48265 - branches/gsoc_instrument/src/pmc

khairul at svn.parrot.org khairul at svn.parrot.org
Tue Aug 3 03:18:11 UTC 2010


Author: khairul
Date: Tue Aug  3 03:18:11 2010
New Revision: 48265
URL: https://trac.parrot.org/parrot/changeset/48265

Log:
Reverted previous change to pointer.pmc.

Modified:
   branches/gsoc_instrument/src/pmc/pointer.pmc

Modified: branches/gsoc_instrument/src/pmc/pointer.pmc
==============================================================================
--- branches/gsoc_instrument/src/pmc/pointer.pmc	Tue Aug  3 03:16:38 2010	(r48264)
+++ branches/gsoc_instrument/src/pmc/pointer.pmc	Tue Aug  3 03:18:11 2010	(r48265)
@@ -159,7 +159,7 @@
 */
 
     VTABLE STRING *get_string() {
-        return Parrot_sprintf_c(INTERP, "%p", PARROT_POINTER(SELF)->pointer);
+        return Parrot_sprintf_c(INTERP, "%s", PARROT_POINTER(SELF)->pointer);
     }
 
 /*


More information about the parrot-commits mailing list