summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorBenjamin Sugars <bsugars@canoe.ca>2001-04-25 17:47:37 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2001-04-26 00:50:26 +0000
commita3e95bb2ab830fa71619983073988171f06ebb15 (patch)
treed64a1dc82c9edc32f789b1603abfe94509a14f5e /ext
parenta3bd614aa48e2464403cdfaaa928ab0186d45539 (diff)
downloadperl-a3e95bb2ab830fa71619983073988171f06ebb15.tar.gz
Re: [PATCH: perl@9841] fix a typo for Cwd.xs
Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain> p4raw-id: //depot/perl@9848
Diffstat (limited to 'ext')
-rw-r--r--ext/Cwd/Cwd.xs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/Cwd/Cwd.xs b/ext/Cwd/Cwd.xs
index 66bf47c271..745a67ffe9 100644
--- a/ext/Cwd/Cwd.xs
+++ b/ext/Cwd/Cwd.xs
@@ -128,7 +128,6 @@ _cwdxs_abs_path(char *start)
DIR *parent;
Direntry_t *dp;
char dotdots[MAXPATHLEN] = { 0 };
- char dir[MAXPATHLEN] = { 0 };
char name[MAXPATHLEN] = { 0 };
char *cwd;
int namelen;