diff options
author | krakjoe <joe.watkins@live.co.uk> | 2013-11-25 17:58:43 +0000 |
---|---|---|
committer | krakjoe <joe.watkins@live.co.uk> | 2013-11-25 17:58:43 +0000 |
commit | 7ac64cdf46bc70a14dd9fabaa663ecae41e93322 (patch) | |
tree | 920191983482e7784c5a6d8ef78da7b37f5b0cec /phpdbg.c | |
parent | 19b1f7b5f988ef1c0e42f45718fc2c54c1c978a5 (diff) | |
parent | be8adbb231f7c7a70c8b12d032c028dd8d954e8d (diff) | |
download | php-git-7ac64cdf46bc70a14dd9fabaa663ecae41e93322.tar.gz |
Merge branch 'master' of https://github.com/krakjoe/phpdbg
Diffstat (limited to 'phpdbg.c')
-rw-r--r-- | phpdbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -652,7 +652,7 @@ phpdbg_main: case 'i': { /* set init file */ init_file_len = strlen(php_optarg); if (init_file_len) { - init_file = strdup(php_optarg); + init_file = estrdup(php_optarg); } } break; |