[svn:parrot] r46281 - trunk/src
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Tue May 4 14:09:45 UTC 2010
Author: mikehh
Date: Tue May 4 14:09:45 2010
New Revision: 46281
URL: https://trac.parrot.org/parrot/changeset/46281
Log:
fix codetest failure - trailing spaces
Modified:
trunk/src/misc.c
Modified: trunk/src/misc.c
==============================================================================
--- trunk/src/misc.c Tue May 4 13:45:28 2010 (r46280)
+++ trunk/src/misc.c Tue May 4 14:09:45 2010 (r46281)
@@ -113,7 +113,6 @@
size_t len, ARGIN(const char *pat), va_list args)
{
ASSERT_ARGS(Parrot_vsnprintf)
-
if (len == 0)
return;
More information about the parrot-commits
mailing list