Skip to content

Commit

Permalink
Initializing new_path once is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Schumann committed Aug 27, 2000
1 parent 3f969d0 commit 390d1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/main.c
Expand Up @@ -1106,7 +1106,7 @@ PHPAPI void php_execute_script(zend_file_handle *primary_file CLS_DC ELS_DC PLS_
zend_file_handle *prepend_file_p, *append_file_p;
zend_file_handle prepend_file, append_file;
char old_cwd[4096];
char new_path[4096] = "";
char new_path[4096];
SLS_FETCH();

old_cwd[0] = new_path[0] = '\0';
Expand Down

0 comments on commit 390d1cd

Please sign in to comment.