]> granicus.if.org Git - php/commitdiff
- removed debug breakpoint and improve inline comment
authorPierre Joye <pajoye@php.net>
Wed, 27 Jan 2010 02:03:41 +0000 (02:03 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 27 Jan 2010 02:03:41 +0000 (02:03 +0000)
main/streams/plain_wrapper.c

index 86ad798144c2cffa325e006f42205407b30e1f0a..c714eef17fdc0cd4e25f83150e7a2ffc7b3d82e8 100644 (file)
@@ -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);