]> granicus.if.org Git - php/commitdiff
update skeleton
authorkrakjoe <joe.watkins@live.co.uk>
Thu, 8 May 2014 11:29:56 +0000 (12:29 +0100)
committerkrakjoe <joe.watkins@live.co.uk>
Thu, 8 May 2014 11:29:56 +0000 (12:29 +0100)
ext/skeleton/skeleton.c

index 462e48756ff072ed0ec351a053ac67db805ddee8..3ba85d96a25c414bf926d2aee84e63b905281b97 100644 (file)
@@ -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