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

nwellnhof at svn.parrot.org nwellnhof at svn.parrot.org
Thu Sep 30 20:29:41 UTC 2010


Author: nwellnhof
Date: Thu Sep 30 20:29:40 2010
New Revision: 49391
URL: https://trac.parrot.org/parrot/changeset/49391

Log:
[codingstd] Forgot an ASSERT_ARGS

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

Modified: branches/string_macros/src/string/encoding/shared.c
==============================================================================
--- branches/string_macros/src/string/encoding/shared.c	Thu Sep 30 20:21:54 2010	(r49390)
+++ branches/string_macros/src/string/encoding/shared.c	Thu Sep 30 20:29:40 2010	(r49391)
@@ -371,6 +371,7 @@
 void
 encoding_ord_error(PARROT_INTERP, ARGIN(const STRING *s), INTVAL offset)
 {
+    ASSERT_ARGS(encoding_ord_error)
     const UINTVAL len = STRING_length(s);
     const char   *err_msg;
 


More information about the parrot-commits mailing list