From: krakjoe Date: Thu, 8 May 2014 11:29:56 +0000 (+0100) Subject: update skeleton X-Git-Tag: POST_PHPNG_MERGE~384^2~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29a48fe73b5dc27bce069da156b29c4a230d8f32;p=php update skeleton --- diff --git a/ext/skeleton/skeleton.c b/ext/skeleton/skeleton.c index 462e48756f..3ba85d96a2 100644 --- a/ext/skeleton/skeleton.c +++ b/ext/skeleton/skeleton.c @@ -44,7 +44,7 @@ PHP_FUNCTION(confirm_extname_compiled) } len = spprintf(&strg, 0, "Congratulations! You have successfully modified ext/%.78s/config.m4. Module %.78s is now compiled into PHP.", "extname", arg); - RETURN_STRINGL(strg, len, 0); + RETURN_STRINGL(strg, len); } /* }}} */ /* The previous line is meant for vim and emacs, so it can correctly fold and