projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9ec3348
)
Manual eror in #12147.
Jarkko Hietaniemi [Sat, 22 Sep 2001 23:33:42 +0000 (23:33 +0000)]
p4raw-id: //depot/perl@12148
win32/win32.c
patch
|
blob
|
blame
|
history
diff --git
a/win32/win32.c
b/win32/win32.c
index
30d63c6
..
19bb1dc
100644
(file)
--- a/
win32/win32.c
+++ b/
win32/win32.c
@@
-3008,7
+3008,7
@@
win32_rmdir(const char *dir)
DllExport int
win32_chdir(const char *dir)
{
- dTHXo;
+ dTHX;
if (!dir) {
errno = ENOENT;
return -1;