diff options
Diffstat (limited to 'sapi/phpdbg/phpdbg_eol.c')
-rw-r--r-- | sapi/phpdbg/phpdbg_eol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_eol.c b/sapi/phpdbg/phpdbg_eol.c index 47643aae8d..3ae65670dc 100644 --- a/sapi/phpdbg/phpdbg_eol.c +++ b/sapi/phpdbg/phpdbg_eol.c @@ -124,7 +124,7 @@ void phpdbg_eol_convert(char **str, int *len) out[cursor] = cur; last = cur; } - + i++; cursor++; cur = in[i]; |