From: Pierre Joye Date: Wed, 27 Jan 2010 02:03:41 +0000 (+0000) Subject: - removed debug breakpoint and improve inline comment X-Git-Tag: php-5.4.0alpha1~191^2~2033 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=243061663a16a44835dff35afbf58dbb0c564bc6;p=php - removed debug breakpoint and improve inline comment --- diff --git a/main/streams/plain_wrapper.c b/main/streams/plain_wrapper.c index 86ad798144..c714eef17f 100644 --- a/main/streams/plain_wrapper.c +++ b/main/streams/plain_wrapper.c @@ -1043,7 +1043,7 @@ static int php_plain_files_rename(php_stream_wrapper *wrapper, char *url_from, c } #ifdef PHP_WIN32 - /* Prevent bad things to happen when passing ' ' to MoveFileEx */ + /* Prevent bad things to happen when invalid path are used with MoveFileEx */ { int url_from_len = strlen(url_from); int url_to_len = strlen(url_to);