[svn:parrot] r49388 - branches/string_macros/src/string/encoding

nwellnhof at svn.parrot.org nwellnhof at svn.parrot.org
Thu Sep 30 16:26:27 UTC 2010


Author: nwellnhof
Date: Thu Sep 30 16:26:26 2010
New Revision: 49388
URL: https://trac.parrot.org/parrot/changeset/49388

Log:
[str] Fix non-ICU build

Modified:
   branches/string_macros/src/string/encoding/utf16.c

Modified: branches/string_macros/src/string/encoding/utf16.c
==============================================================================
--- branches/string_macros/src/string/encoding/utf16.c	Thu Sep 30 16:09:35 2010	(r49387)
+++ branches/string_macros/src/string/encoding/utf16.c	Thu Sep 30 16:26:26 2010	(r49388)
@@ -363,7 +363,7 @@
 #else
     UNUSED(src);
     UNUSED(offset);
-    UNUSED(count);
+    UNUSED(length);
 
     Parrot_ex_throw_from_c_args(interp, NULL, EXCEPTION_LIBRARY_ERROR,
         "no ICU lib loaded");


More information about the parrot-commits mailing list