From: Benjamin Sugars Date: Wed, 25 Apr 2001 21:47:37 +0000 (-0400) Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a3e95bb2ab830fa71619983073988171f06ebb15;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH: perl@9841] fix a typo for Cwd.xs Message-ID: p4raw-id: //depot/perl@9848 --- diff --git a/ext/Cwd/Cwd.xs b/ext/Cwd/Cwd.xs index 66bf47c..745a67f 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;