Skip to content

Commit 22bef96

Browse files
author
王星星
committed
modify skeleton.c function
1 parent 0981345 commit 22bef96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/skeleton/skeleton.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ PHP_FUNCTION(confirm_extname_compiled)
4545

4646
len = spprintf(&strg, 0, "Congratulations! You have successfully modified ext/%.78s/config.m4. Module %.78s is now compiled into PHP.", "extname", arg);
4747

48-
RETVAL_STRINGL(strg, len);
48+
RETVAL_STRING(strg, len);
4949
efree(strg);
5050
}
5151
/* }}} */

0 commit comments

Comments
 (0)