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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Apr 13 21:16:26 UTC 2010


Author: mikehh
Date: Tue Apr 13 21:16:26 2010
New Revision: 45645
URL: https://trac.parrot.org/parrot/changeset/45645

Log:
fic codetest failure - trailing spaces

Modified:
   trunk/src/io/utf8.c

Modified: trunk/src/io/utf8.c
==============================================================================
--- trunk/src/io/utf8.c	Tue Apr 13 20:50:08 2010	(r45644)
+++ trunk/src/io/utf8.c	Tue Apr 13 21:16:26 2010	(r45645)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2001-2009, Parrot Foundation.
+Copyright (C) 2001-2010, Parrot Foundation.
 $Id$
 
 =head1 NAME
@@ -74,7 +74,7 @@
 
                 /* need len - 1 more chars */
                 len2--;
-                s2 = Parrot_str_new_init(interp, NULL, len2, Parrot_utf8_encoding_ptr, 
+                s2 = Parrot_str_new_init(interp, NULL, len2, Parrot_utf8_encoding_ptr,
                                          Parrot_unicode_charset_ptr, 0);
                 s2->bufused  = len2;
 


More information about the parrot-commits mailing list