mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
- CS
This commit is contained in:
parent
900bc9104c
commit
c7ef093095
1 changed files with 2 additions and 2 deletions
|
|
@ -27,9 +27,9 @@ void phpdbg_set_prompt(const char* prompt TSRMLS_DC) /* {{{ */
|
|||
{
|
||||
if (PHPDBG_G(prompt)) {
|
||||
efree(PHPDBG_G(prompt));
|
||||
PHPDBG_G(prompt) = NULL;
|
||||
}
|
||||
|
||||
PHPDBG_G(prompt) = NULL;
|
||||
spprintf(&PHPDBG_G(prompt), 0, "%s ", prompt);
|
||||
} /* }}} */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue