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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 02:26:52 UTC 2009


Author: jkeenan
Date: Sat Nov 21 02:26:51 2009
New Revision: 42620
URL: https://trac.parrot.org/parrot/changeset/42620

Log:
Change RT reference to wiki reference in 1 location.

Modified:
   trunk/src/string/encoding.c

Modified: trunk/src/string/encoding.c
==============================================================================
--- trunk/src/string/encoding.c	Sat Nov 21 02:25:51 2009	(r42619)
+++ trunk/src/string/encoding.c	Sat Nov 21 02:26:51 2009	(r42620)
@@ -456,7 +456,7 @@
     UNUSED(lhs);
     UNUSED(rhs);
 
-    /* XXX Apparently unwritten RT #58188 */
+    /* XXX Apparently unwritten https://trac.parrot.org/parrot/wiki/StringsTasklist */
     Parrot_ex_throw_from_c_args(interp, NULL, EXCEPTION_UNIMPLEMENTED,
         "Can't find encoding converters yet.");
 }


More information about the parrot-commits mailing list