This commit is contained in:
Ben Gras 2005-10-10 09:03:11 +00:00
parent b7a0c0f858
commit 2e60aad2bb

View File

@ -192,7 +192,7 @@ char **argv;
int makepath(fordir) int makepath(fordir)
char *fordir; char *fordir;
{ {
char parent[PATH_MAX + 1], *end; char parent[PATH_MAX + 1], *end, *last;
strcpy(parent, fordir); strcpy(parent, fordir);
do { do {