Skip to content

Commit

Permalink
correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Jul 23, 2016
1 parent 7d83324 commit fc30b8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions win32/ioutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fc30b8e

Please sign in to comment.