- oops, wrong one applied, fix build.

This commit is contained in:
Pierre Joye 2010-02-01 15:31:58 +00:00
parent f25710db92
commit 6d913a0272

View file

@ -1004,7 +1004,7 @@ CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_path_func
#ifdef TSRM_WIN32 #ifdef TSRM_WIN32
_set_errno(EINVAL); _set_errno(EINVAL);
#else #else
errno = EINVAL errno = EINVAL;
#endif #endif
return 1; return 1;
} }