]> granicus.if.org Git - php/commitdiff
correct comment
authorAnatol Belski <ab@php.net>
Fri, 22 Jul 2016 21:51:46 +0000 (23:51 +0200)
committerAnatol Belski <ab@php.net>
Sat, 23 Jul 2016 19:11:27 +0000 (21:11 +0200)
win32/ioutil.c

index ee298e7d803d2e992c162d79ec6fd2a19bcf19a1..9d91054d6fa25e77f2f5989d48bbe226c1d52ff3 100644 (file)
@@ -424,8 +424,7 @@ PW32IO wchar_t *php_win32_ioutil_getcwd_w(const wchar_t *buf, int len)
        return (wchar_t *)buf;
 }/*}}}*/
 
-/* based on zend_dirname().
-       TODO support long path if needed. */
+/* based on zend_dirname(). */
 PW32IO size_t php_win32_ioutil_dirname(char *path, size_t len)
 {/*{{{*/
        char *ret = NULL, *start;