Fix
This commit is contained in:
parent
b7a0c0f858
commit
2e60aad2bb
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ char **argv;
|
|||
int makepath(fordir)
|
||||
char *fordir;
|
||||
{
|
||||
char parent[PATH_MAX + 1], *end;
|
||||
char parent[PATH_MAX + 1], *end, *last;
|
||||
|
||||
strcpy(parent, fordir);
|
||||
do {
|
||||
|
|
Loading…
Reference in a new issue