From: Anatol Belski Date: Fri, 22 Jul 2016 21:51:46 +0000 (+0200) Subject: correct comment X-Git-Tag: php-7.1.0beta2~86^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc30b8e0f70319cda3e76c54a5bba81d19956176;p=php correct comment --- diff --git a/win32/ioutil.c b/win32/ioutil.c index ee298e7d80..9d91054d6f 100644 --- a/win32/ioutil.c +++ b/win32/ioutil.c @@ -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;