diff options
author | Anatol Belski <ab@php.net> | 2016-07-22 23:51:46 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-07-23 21:11:27 +0200 |
commit | fc30b8e0f70319cda3e76c54a5bba81d19956176 (patch) | |
tree | c047560e7a45ba6a7ae119b4d8dcd15d33b240a4 /win32/ioutil.c | |
parent | 7d83324105c86c75282cfbd343597c547b924b7f (diff) | |
download | php-git-fc30b8e0f70319cda3e76c54a5bba81d19956176.tar.gz |
correct comment
Diffstat (limited to 'win32/ioutil.c')
-rw-r--r-- | win32/ioutil.c | 3 |
1 files changed, 1 insertions, 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; |