From fc30b8e0f70319cda3e76c54a5bba81d19956176 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Fri, 22 Jul 2016 23:51:46 +0200 Subject: [PATCH] correct comment --- win32/ioutil.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.40.0