[svn:parrot] r43239 - branches/pmc_freeze_cleanup/src/string

mikehh at svn.parrot.org mikehh at svn.parrot.org
Thu Dec 24 19:41:37 UTC 2009


Author: mikehh
Date: Thu Dec 24 19:41:36 2009
New Revision: 43239
URL: https://trac.parrot.org/parrot/changeset/43239

Log:
fix codetest failure - fix documentation

Modified:
   branches/pmc_freeze_cleanup/src/string/api.c

Modified: branches/pmc_freeze_cleanup/src/string/api.c
==============================================================================
--- branches/pmc_freeze_cleanup/src/string/api.c	Thu Dec 24 18:46:04 2009	(r43238)
+++ branches/pmc_freeze_cleanup/src/string/api.c	Thu Dec 24 19:41:36 2009	(r43239)
@@ -653,7 +653,8 @@
 
 /*
 
-=item C<STRING * Parrot_str_new_from_buffer(PARROT_INTERP, const Buffer *buffer)>
+=item C<STRING * Parrot_str_new_from_buffer(PARROT_INTERP, const Buffer *buffer,
+const UINTVAL len)>
 
 Make a Parrot string from a Buffer
 


More information about the parrot-commits mailing list