projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f25710d
)
- oops, wrong one applied, fix build.
author
Pierre Joye
<pajoye@php.net>
Mon, 1 Feb 2010 15:31:58 +0000
(15:31 +0000)
committer
Pierre Joye
<pajoye@php.net>
Mon, 1 Feb 2010 15:31:58 +0000
(15:31 +0000)
TSRM/tsrm_virtual_cwd.c
patch
|
blob
|
history
diff --git
a/TSRM/tsrm_virtual_cwd.c
b/TSRM/tsrm_virtual_cwd.c
index 972e71bbf3b038906ae2843f1bde54f9e95891b6..6b4a35dd20178bb37561127b1fe63258dc9636a6 100644
(file)
--- a/
TSRM/tsrm_virtual_cwd.c
+++ b/
TSRM/tsrm_virtual_cwd.c
@@
-1004,7
+1004,7
@@
CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_path_func
#ifdef TSRM_WIN32
_set_errno(EINVAL);
#else
- errno = EINVAL
+ errno = EINVAL
;
#endif
return 1;
}