mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Constify readonly var
This commit is contained in:
parent
2ec012fa2a
commit
42022bc943
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ PW32IO int php_win32_ioutil_close(int fd)
|
||||||
PW32IO int php_win32_ioutil_mkdir_w(const wchar_t *path, mode_t mode)
|
PW32IO int php_win32_ioutil_mkdir_w(const wchar_t *path, mode_t mode)
|
||||||
{/*{{{*/
|
{/*{{{*/
|
||||||
size_t path_len;
|
size_t path_len;
|
||||||
wchar_t *my_path;
|
const wchar_t *my_path;
|
||||||
|
|
||||||
if (!path) {
|
if (!path) {
|
||||||
SET_ERRNO_FROM_WIN32_CODE(ERROR_INVALID_PARAMETER);
|
SET_ERRNO_FROM_WIN32_CODE(ERROR_INVALID_PARAMETER);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue