We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7064b commit 29a48feCopy full SHA for 29a48fe
ext/skeleton/skeleton.c
@@ -44,7 +44,7 @@ PHP_FUNCTION(confirm_extname_compiled)
44
}
45
46
len = spprintf(&strg, 0, "Congratulations! You have successfully modified ext/%.78s/config.m4. Module %.78s is now compiled into PHP.", "extname", arg);
47
- RETURN_STRINGL(strg, len, 0);
+ RETURN_STRINGL(strg, len);
48
49
/* }}} */
50
/* The previous line is meant for vim and emacs, so it can correctly fold and
0 commit comments