fix
This commit is contained in:
parent
1f497fe707
commit
d6e43b28e5
|
|
@ -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 New Issue
Block a user