Re: [PATCH: perl@9841] fix a typo for Cwd.xs
Benjamin Sugars [Wed, 25 Apr 2001 21:47:37 +0000 (17:47 -0400)]
Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>

p4raw-id: //depot/perl@9848

ext/Cwd/Cwd.xs

index 66bf47c..745a67f 100644 (file)
@@ -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;