[svn:parrot] r42393 - trunk/src/io

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Tue Nov 10 00:51:59 UTC 2009


Author: jkeenan
Date: Tue Nov 10 00:51:58 2009
New Revision: 42393
URL: https://trac.parrot.org/parrot/changeset/42393

Log:
Change an RT # to a TT #.

Modified:
   trunk/src/io/utf8.c

Modified: trunk/src/io/utf8.c
==============================================================================
--- trunk/src/io/utf8.c	Tue Nov 10 00:31:21 2009	(r42392)
+++ trunk/src/io/utf8.c	Tue Nov 10 00:51:58 2009	(r42393)
@@ -80,8 +80,8 @@
                 s2->charset  = Parrot_unicode_charset_ptr;
                 s2->encoding = Parrot_utf8_encoding_ptr;
 
-                /* RT#46413 need to check the amount read here? */
-                read         = Parrot_io_read_buffer(interp, filehandle, &s2);
+                /* TT #1257: need to check the amount read here? */
+                read = Parrot_io_read_buffer(interp, filehandle, &s2);
                 UNUSED(read);
 
                 s->strlen    = iter.charpos;


More information about the parrot-commits mailing list